Modif de l'ordre des lignes dans la facture

This commit is contained in:
Rodolphe Quiedeville 2005-04-25 09:18:44 +00:00
parent 670c18a13a
commit be6a54b484

View File

@ -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();