Fix: Jour du mois incorrect
This commit is contained in:
parent
c9b32be323
commit
71d3df4649
@ -99,7 +99,7 @@ if ($_GET["id"] > 0)
|
|||||||
if ($commande->methode_commande_id > 0)
|
if ($commande->methode_commande_id > 0)
|
||||||
{
|
{
|
||||||
print '<tr><td>'.$langs->trans("Date").'</td>';
|
print '<tr><td>'.$langs->trans("Date").'</td>';
|
||||||
print '<td colspan="2">'.dolibarr_print_date($commande->date_commande,"%A %e %B %Y")."</td>\n";
|
print '<td colspan="2">'.dolibarr_print_date($commande->date_commande,"%A %d %B %Y")."</td>\n";
|
||||||
print '<td width="50%"> ';
|
print '<td width="50%"> ';
|
||||||
print "</td></tr>";
|
print "</td></tr>";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user