From 4ddca15e39901f8a3fcbf62cbe70c86b2fe3684d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 May 2006 10:05:11 +0000 Subject: [PATCH] =?UTF-8?q?Changement=20de=20m=E9thode=20de=20num=E9rotati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/commande.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/commande.class.php b/htdocs/commande/commande.class.php index e8241e251b8..e1a485d1027 100644 --- a/htdocs/commande/commande.class.php +++ b/htdocs/commande/commande.class.php @@ -169,7 +169,7 @@ class Commande } else { - $num = $this->ref + $num = $this->ref; } $sql = 'UPDATE '.MAIN_DB_PREFIX."commande SET ref='$num', fk_statut = 1, date_valid=now(), fk_user_valid=$user->id";