Modif de l'ordre des lignes dans la facture
This commit is contained in:
parent
670c18a13a
commit
be6a54b484
@ -185,7 +185,7 @@ if (!$error)
|
||||
$sql .= " AND f.fk_facture IS NULL";
|
||||
$sql .= " AND f.isfacturable = 'oui'";
|
||||
|
||||
$sql .= " ORDER BY l.rowid DESC";
|
||||
$sql .= " ORDER BY l.code_analytique ASC, l.rowid DESC";
|
||||
|
||||
$numlignes = array();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user