Exclure les immo et amortissements de la balance d'ouverture
This commit is contained in:
parent
d599d49e1a
commit
516021031d
4 changed files with 106 additions and 10 deletions
|
|
@ -229,6 +229,12 @@
|
|||
</section>
|
||||
{{/if}}
|
||||
|
||||
{{* amortissement à exclure *}}
|
||||
{{:include
|
||||
file="_amort_exclus.html"
|
||||
keep="amort_exclus"
|
||||
}}
|
||||
|
||||
{{* Autres amortissements non rattachés *}}
|
||||
{{#select
|
||||
li.id as l_id,
|
||||
|
|
@ -257,7 +263,10 @@
|
|||
:id_amort=$t_id
|
||||
}}
|
||||
{{else}}
|
||||
{{:assign var="autres_amortissements." value=$autre_amort}}
|
||||
{{if $autre_amort.t_id|in:$amort_exclus}}
|
||||
{{else}}
|
||||
{{:assign var="autres_amortissements." value=$autre_amort}}
|
||||
{{/if}}
|
||||
{{/select}}
|
||||
{{/select}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue