Fix: Missing order

This commit is contained in:
Laurent Destailleur 2011-02-07 18:37:34 +00:00
parent 4392776bfb
commit b931a59da1

View File

@ -60,6 +60,7 @@ function llxHeader($head = '', $title='', $help_url='', $target='', $disablejs=0
$sql.= " FROM ".MAIN_DB_PREFIX."bank_account";
$sql.= " WHERE entity = ".$conf->entity;
$sql.= " AND clos = 0";
$sql.= " ORDER BY label";
$resql = $db->query($sql);
if ($resql)