From 091085f648dfd36d4a1320cbc6e8a3fc2c1f09b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Jul 2007 22:45:55 +0000 Subject: [PATCH] Qual: Titre liste plus explicite --- htdocs/compta/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index c714774ba70..1dca794b953 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -454,7 +454,7 @@ if ($user->rights->societe->lire) { $sql .= " AND s.rowid = ".$user->societe_id; } - $sql .= " ORDER BY s.datec DESC "; + $sql .= " ORDER BY s.datec DESC"; $sql .= $db->plimit($max, 0); $result = $db->query($sql);