Skip to content

Commit

Permalink
Merge pull request Dolibarr#27839 from thibdrev/patch-8
Browse files Browse the repository at this point in the history
qual: phpstan for htdocs/holiday/card_group.php
  • Loading branch information
eldy authored Jan 29, 2024
2 parents c57e16d + c343064 commit 6313c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/holiday/card_group.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
$date_fin_gmt = dol_mktime(0, 0, 0, GETPOST('date_fin_month'), GETPOST('date_fin_day'), GETPOST('date_fin_year'), 1);
$starthalfday = GETPOST('starthalfday');
$endhalfday = GETPOST('endhalfday');
$type = GETPOST('type');
$type = GETPOSTINT('type');

$halfday = 0;
if ($starthalfday == 'afternoon' && $endhalfday == 'morning') {
Expand Down

0 comments on commit 6313c57

Please sign in to comment.