Task #1273 - Mettre l'OD d'ouverture -- COMPTA/ADV/OPEN -- "dans l'ordre".
#1273 : opération débit d'abord
This commit is contained in:
parent
bd0595d5fb
commit
74778b2dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -2369,7 +2369,7 @@ class Acc_Ledger extends jrn_def_sql
|
|||
and j_poste::text not like '7%'
|
||||
and j_poste::text not like '6%'
|
||||
group by j_poste,j_qcode
|
||||
having (sum(a.montant) != 0 )";
|
||||
having (sum(a.montant) != 0 ) order by 1 desc";
|
||||
$res = $this->db->get_array($sql, array($p_exercice));
|
||||
return $res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue