Ordonner les comptes par numérode de compte (code)

FossilOrigin-Name: dd39b8383974803973dfc8e14bcaaf997c71307b7e6160ee1256e81097962903
This commit is contained in:
engel 2023-01-09 15:29:41 +00:00
parent b4cb86f5c5
commit fe2dc2ea49
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ class Utils
AND AND
acc_accounts.%s acc_accounts.%s
) )
GROUP by acc_accounts.id GROUP by acc_accounts.code
ORDER by acc_accounts.id', ORDER by acc_accounts.code',
'"%Y"', '"%Y"',
$annee, $annee,
$db->where('code', $op, $comptes) $db->where('code', $op, $comptes)