Skip to content

Commit

Permalink
[ bug Dolibarr#1142 ] Set paiement on invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Nov 19, 2013
1 parent 3884c33 commit 870b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/facture/paiement.php
Expand Up @@ -265,7 +265,7 @@
$sql.= ' AND f.fk_soc = '.$object->socid;
$sql.= ' AND f.paye = 0';
$sql.= ' AND f.fk_statut = 1'; // Statut=0 => non validee, Statut=2 => annulee
$sql.= ' GROUP BY f.rowid, f.ref_supplier, f.total_ht, f.total_ttc, f.datef';
$sql.= ' GROUP BY f.rowid, f.ref, f.ref_supplier, f.total_ht, f.total_ttc, f.datef';
$resql = $db->query($sql);
if ($resql)
{
Expand Down

0 comments on commit 870b78f

Please sign in to comment.