Bugfix sur la date de commande

This commit is contained in:
Rodolphe Quiedeville 2005-04-04 13:56:57 +00:00
parent 4ad1e69fb7
commit f118bab2a1

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -106,7 +106,7 @@ if ($id > 0)
print "</td></tr>"; print "</td></tr>";
print '<tr><td>'.$langs->trans("Date").'</td>'; print '<tr><td>'.$langs->trans("Date").'</td>';
print "<td colspan=\"2\">".strftime("%A %d %B %Y",$commande->date)."</td>\n"; print '<td colspan="2">'.strftime("%A %d %B %Y",$commande->date_commande)."</td>\n";
print '<td width="50%">&nbsp;'; print '<td width="50%">&nbsp;';
print "</td></tr>"; print "</td></tr>";