Compare commits
No commits in common. "b937056a62e171417db3b242eb459cac867dfd72" and "f5526c11475784f866eb1f0f75d78e0325d9dc23" have entirely different histories.
b937056a62
...
f5526c1147
3 changed files with 5 additions and 5 deletions
|
|
@ -165,6 +165,11 @@
|
|||
shape="settings"
|
||||
target="_dialog"
|
||||
}}
|
||||
{{:linkbutton
|
||||
label="Amortissements"
|
||||
href="amortization.html?immo_id=%s&type_immo=other"|args:$immo_id
|
||||
shape="table"
|
||||
}}
|
||||
</td>
|
||||
</tr>
|
||||
{{/select}}
|
||||
|
|
|
|||
|
|
@ -152,7 +152,6 @@
|
|||
{{if $info_immo != null}}
|
||||
{{:assign date_defaut=$info_immo.date}}
|
||||
{{:assign duree_defaut=$info_immo.duration}}
|
||||
{{:assign choix_defaut=$info_immo.status}}
|
||||
{{else}}
|
||||
{{:assign duree_defaut=null}}
|
||||
{{/if}}
|
||||
|
|
|
|||
|
|
@ -33,10 +33,6 @@
|
|||
{{:assign status=$status}}
|
||||
{{/load}}
|
||||
|
||||
{{if $status == 'ignored'}}
|
||||
{{:error message="Cette immobilisation ne doit pas être amortie"}}
|
||||
{{/if}}
|
||||
|
||||
{{* chercher des écritures liées à l'immo courante au crédit du même compte
|
||||
et déduire leur montant de celui de l'immo
|
||||
*}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue