Skip to content

Commit

Permalink
Fix: strict mode mysql compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDominik committed Jan 23, 2020
1 parent 7ad827f commit d302f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
$sql .= " AND f.entity = ".$conf->entity;
$sql .= ' GROUP BY f.rowid, f.titre, f.amount, f.total, f.tva, f.total_ttc,';
$sql .= ' f.date_last_gen, f.datec, f.frequency, f.unit_frequency,';
$sql .= ' f.suspended,';
$sql .= ' f.suspended, f.date_when,';
$sql .= ' s.nom, s.rowid';
$sql .= " ORDER BY f.date_last_gen, f.datec DESC";

Expand Down

0 comments on commit d302f19

Please sign in to comment.