From d5fbbd424d32d035f2ae462f575c5eaa2ef75e7d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 7 Nov 2003 09:54:18 +0000 Subject: [PATCH] Correction url defaillante --- htdocs/commande/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 236a4ac195e..2b8b40ce687 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -172,7 +172,7 @@ if ($user->comm > 0 && $conf->commercial ) $var=!$var; $obj = $db->fetch_object($i); print "rowid\">$obj->ref"; - print ''.$obj->nom.''; + print ''.$obj->nom.''; $i++; } print "
";