From be6a54b484be3bfa53c99f04116390cde56cac0f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 25 Apr 2005 09:18:44 +0000 Subject: [PATCH] Modif de l'ordre des lignes dans la facture --- htdocs/telephonie/script/facturation-emission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/facturation-emission.php b/htdocs/telephonie/script/facturation-emission.php index ed0be38842e..a196ae70cb9 100644 --- a/htdocs/telephonie/script/facturation-emission.php +++ b/htdocs/telephonie/script/facturation-emission.php @@ -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();