Update mod_commande_marbre.php

This commit is contained in:
Charlène Benke
2023-12-30 08:14:43 +01:00
committed by GitHub
parent 64f0656051
commit 259e61b34f

View File

@@ -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