Petite correction

This commit is contained in:
Jean-Christophe Engel 2025-05-06 17:08:47 +02:00
parent 839739b992
commit 90af8a0790

View File

@ -24,11 +24,10 @@
select="code" select="code"
tables="acc_accounts" tables="acc_accounts"
where="id_chart = :id_chart %s"|args:$condition where="id_chart = :id_chart %s"|args:$condition
:id_chart = $selected_chart|intval :id_chart = $chart_id|intval
}} }}
{{if $account_code == $code}} {{if $account_code == $code}}
{{:assign account_ok=1}} {{:assign account_ok=1}}
{{:break}} {{:break}}
{{/if}} {{/if}}
{{/sql}} {{/sql}}