diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index 6089271802e..887a3b02083 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003-2005 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -106,7 +106,7 @@ if ($id > 0) print ""; print ''.$langs->trans("Date").''; - print "".strftime("%A %d %B %Y",$commande->date)."\n"; + print ''.strftime("%A %d %B %Y",$commande->date_commande)."\n"; print ' '; print "";