This commit is contained in:
Regis Houssin 2006-05-30 11:09:24 +00:00
parent 8819e2b286
commit 1bc7b13c99
2 changed files with 2 additions and 1 deletions

View File

@ -424,7 +424,7 @@ else
// Date // Date
print '<tr><td>'.$langs->trans("Date").'</td>'; 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) if (!$conf->expedition->enabled && $conf->stock->enabled)
{ {

View File

@ -191,6 +191,7 @@ class Livraison
return 1; return 1;
} }
} }
/** /**
* *
* Lit un bon de livraison * Lit un bon de livraison