mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update mod_commande_marbre.php
This commit is contained in:
@@ -154,7 +154,7 @@ class mod_commande_marbre extends ModeleNumRefCommandes
|
||||
|
||||
//$date=time();
|
||||
$date = $object->date;
|
||||
$yymm = strftime("%y%m", $date);
|
||||
$yymm = dol_print_date($date, "%y%m");
|
||||
|
||||
if ($max >= (pow(10, 4) - 1)) {
|
||||
$num = $max + 1; // If counter > 9999, we do not format on 4 chars, we take number as it is
|
||||
|
||||
Reference in New Issue
Block a user