Changement filtre brindille : key => value

This commit is contained in:
Jean-Christophe Engel 2025-12-15 15:59:18 +01:00
parent b8ff213645
commit ec54c90440
6 changed files with 19 additions and 15 deletions

View file

@ -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
}}