Modif pour rétro-compatibilité Paheko 1.3.15 (chgt value => key)
This commit is contained in:
parent
53695b6547
commit
379f523eaa
6 changed files with 15 additions and 16 deletions
|
|
@ -78,8 +78,8 @@
|
|||
{{:redirect url="add_account.html?account=%s&chart=%s&immo_id=%s"|args:$compte:$selected_chart:$_GET.immo_id}}
|
||||
{{/if}}
|
||||
|
||||
{{:assign debit_account=$debit_account|keys|value:0}}
|
||||
{{:assign credit_account=$credit_account|keys|value:0}}
|
||||
{{:assign debit_account=$debit_account|keys|key:0}}
|
||||
{{:assign credit_account=$credit_account|keys|key:0}}
|
||||
|
||||
{{* déterminer si le compte d'immo est un compte d'immo en cours *}}
|
||||
{{#foreach from=$module.config.unfinished item="elem"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue