Qual: Titre liste plus explicite

This commit is contained in:
Laurent Destailleur
2007-07-09 22:45:55 +00:00
parent 3e7336d25e
commit 091085f648

View File

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