Correction oubli affichage liste avoirs
This commit is contained in:
parent
75cb25fbb9
commit
8667a3643d
1 changed files with 11 additions and 7 deletions
|
|
@ -155,6 +155,7 @@
|
|||
</dl>
|
||||
</div>
|
||||
|
||||
{{if $valeur_residuelle > 0}}
|
||||
{{if ! $created_amort || $linked_immos != null}}
|
||||
<h3 class="ruler">Avoirs</h3>
|
||||
{{/if}}
|
||||
|
|
@ -163,6 +164,9 @@
|
|||
{{:linkbutton label="Attacher une écriture d'avoir" href="link_immo.html?immo_doc_id=%s&filter=true"|args:$_GET.immo_doc_id shape="link" target="_dialog"}}
|
||||
</nav>
|
||||
{{/if}}
|
||||
{{elseif $linked_immos != null}}
|
||||
<h3 class="ruler">Avoirs</h3>
|
||||
{{/if}}
|
||||
|
||||
{{if $linked_immos != null}}
|
||||
<table class="list">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue