diff --git a/htdocs/commande/index.php b/htdocs/commande/index.php index 95c95597849..31f9d8a919a 100644 --- a/htdocs/commande/index.php +++ b/htdocs/commande/index.php @@ -65,7 +65,7 @@ if ( $db->query($sql) ) $var=!$var; $obj = $db->fetch_object($i); print "rowid\">$obj->ref"; - print ''.$obj->nom.''; + print ''.$obj->nom.''; $i++; } print "
";