Harmonisation types immo

This commit is contained in:
Jean-Christophe Engel 2025-07-03 10:42:45 +02:00
parent eae9a2f31c
commit 688cada3e8
7 changed files with 35 additions and 34 deletions

View file

@ -117,9 +117,9 @@
status=$status
}}
{{if $_POST.amortir}}
{{:assign type_immo="encours"}}
{{:assign type_immo="managed"}}
{{else}}
{{:assign type_immo="autre"}}
{{:assign type_immo="other"}}
{{/if}}
{{:redirect force="index.html?ok=1&msg=immobilisation&type_immo=%s"|args:$type_immo}}
{{/form}}