Correction oubli affichage liste avoirs

This commit is contained in:
Jean-Christophe Engel 2026-09-17 18:24:37 +02:00
parent 75cb25fbb9
commit 8667a3643d

View file

@ -155,13 +155,17 @@
</dl> </dl>
</div> </div>
{{if ! $created_amort || $linked_immos != null}} {{if $valeur_residuelle > 0}}
<h3 class="ruler">Avoirs</h3> {{if ! $created_amort || $linked_immos != null}}
{{/if}} <h3 class="ruler">Avoirs</h3>
{{if ! $created_amort}} {{/if}}
<nav class="actions"> {{if ! $created_amort}}
{{: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 class="actions">
</nav> {{: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}}
{{if $linked_immos != null}} {{if $linked_immos != null}}