mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
fix phpstan (#31146)
* fix phpstan * fix phpstan * fix phpstan * fix phpstan * fix phpstan --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -152,7 +152,7 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
|
||||
$fuser->fetch($object->fk_user_author);
|
||||
}
|
||||
|
||||
$numFinal = get_next_value($db, $mask, 'expensereport', 'ref', '', null, (string) $date, 'next', true, $fuser);
|
||||
$numFinal = get_next_value($db, $mask, 'expensereport', 'ref', '', null, $date, 'next', true, $fuser);
|
||||
|
||||
return $numFinal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user