bugfix
This commit is contained in:
parent
8819e2b286
commit
1bc7b13c99
@ -424,7 +424,7 @@ else
|
||||
|
||||
// Date
|
||||
print '<tr><td>'.$langs->trans("Date").'</td>';
|
||||
print "<td>".strftime("%A %d %B %Y",$livraison->date_creation)."</td>\n";
|
||||
print "<td>".dolibarr_print_date($livraison->date_creation,'%A %d %B %Y')."</td>\n";
|
||||
|
||||
if (!$conf->expedition->enabled && $conf->stock->enabled)
|
||||
{
|
||||
|
||||
@ -191,6 +191,7 @@ class Livraison
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Lit un bon de livraison
|
||||
|
||||
Loading…
Reference in New Issue
Block a user