From f118bab2a188adf992ee0d48f5df891c0d5e7866 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Apr 2005 13:56:57 +0000 Subject: [PATCH] Bugfix sur la date de commande --- htdocs/fourn/commande/history.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "";