mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Merge branch 'develop' into phpstan_config
This commit is contained in:
@@ -394,7 +394,7 @@ if ($action == "create" || $action == "start" || $action == 'close') {
|
||||
dol_print_error(null, 'Value for key = '.$key.' not supported');
|
||||
exit;
|
||||
}
|
||||
$sql .= " AND datep BETWEEN '".$db->idate($datestart)."' AND '".$db->idate($dateend)."'";
|
||||
$sql .= " AND datep BETWEEN '".$db->idate((int) $datestart)."' AND '".$db->idate((int) $dateend)."'";
|
||||
|
||||
$resql = $db->query($sql);
|
||||
if ($resql) {
|
||||
|
||||
Reference in New Issue
Block a user