Ajout possibilité spécifier montant immo

This commit is contained in:
Jean-Christophe Engel 2026-02-04 14:04:09 +01:00
parent 9594f6b206
commit f32e1d1a51
9 changed files with 201 additions and 144 deletions

View file

@ -34,6 +34,9 @@
{{#load type="immo" where="$$.line = :line_id" :line_id=$_GET.immo_id|intval}}
{{:assign duree=$duration}}
{{:assign date_debut=$date}}
{{if $amount != null}}
{{:assign var="ligne_immo.montant" value=$amount}}
{{/if}}
{{else}}
{{:error message="Vous devez renseigner la date de mise en service et la durée d'immobilisation"}}
{{/load}}