diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index 415d4bee05a..0c4582d4933 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -47,7 +47,7 @@ print_barre_liste($langs->trans("SuppliersOrders"), $page, "index.php", "", $sor print ''; print '
'; -$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 ";