Harmonisation libellés pour classification

This commit is contained in:
Jean-Christophe Engel 2025-06-26 09:57:48 +02:00
parent fd1397bd5c
commit 19e2fed248
7 changed files with 9 additions and 9 deletions

View file

@ -117,11 +117,11 @@
status=$status
}}
{{if $_POST.amortir}}
{{:assign amort="encours"}}
{{:assign type_immo="encours"}}
{{else}}
{{:assign amort="autres"}}
{{:assign type_immo="autre"}}
{{/if}}
{{:redirect force="index.html?ok=1&msg=immobilisation&amort=%s"|args:$amort}}
{{:redirect force="index.html?ok=1&msg=immobilisation&type_immo=%s"|args:$type_immo}}
{{/form}}
{{:admin_header title="Ajout immobilisation" current="module_amortissement"}}