Fix: virgule de trop
This commit is contained in:
parent
5a0752d5fa
commit
482ccd3c2a
@ -47,7 +47,7 @@ print_barre_liste($langs->trans("SuppliersOrders"), $page, "index.php", "", $sor
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr valign="top"><td width="30%">';
|
||||
|
||||
$sql = "SELECT count(cf.rowid), fk_statut,";
|
||||
$sql = "SELECT count(cf.rowid), fk_statut";
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."societe as s,";
|
||||
$sql.= " ".MAIN_DB_PREFIX."commande_fournisseur as cf";
|
||||
$sql.= " WHERE cf.fk_soc = s.rowid ";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user