Skip to content
Snippets Groups Projects
Commit df05e4db authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: doublon sur les paiements

parent 98154b06
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ $offset = $limit * $page ;
if (! $sortorder) $sortorder="DESC";
if (! $sortfield) $sortfield="p.rowid";
$sql = "SELECT p.rowid,".$db->pdate("p.datep")." as dp, p.amount,";
$sql = "SELECT DISTINCT p.rowid,".$db->pdate("p.datep")." as dp, p.amount,";
$sql.= " p.statut, p.num_paiement,";
//$sql.= " c.libelle as paiement_type,";
$sql.= " c.code as paiement_code,";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment