Changement filtre brindille : key => value
This commit is contained in:
parent
b8ff213645
commit
ec54c90440
6 changed files with 19 additions and 15 deletions
|
|
@ -181,14 +181,14 @@
|
|||
{{:assign
|
||||
var="lines."
|
||||
debit=$_POST.montant
|
||||
account=$debit_account|keys|key:0
|
||||
account=$debit_account|keys|value:0
|
||||
id_project=$_GET.project_id
|
||||
label=$_POST.designation
|
||||
}}
|
||||
{{:assign
|
||||
var="lines."
|
||||
credit=$_POST.montant
|
||||
account=$credit_account|keys|key:0
|
||||
account=$credit_account|keys|value:0
|
||||
id_project=$_GET.project_id
|
||||
label=$_POST.designation
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue