Petite correction
This commit is contained in:
parent
839739b992
commit
90af8a0790
@ -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}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user