Skip to content

Commit

Permalink
Fix: Missing order
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 7, 2011
1 parent 4392776 commit b931a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/compta/bank/pre.inc.php
Expand Up @@ -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)
Expand Down

0 comments on commit b931a59

Please sign in to comment.