Ajout possibilité spécifier montant immo
This commit is contained in:
parent
9594f6b206
commit
f32e1d1a51
9 changed files with 201 additions and 144 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue