Masquer bouton Détacher seulement s'il y a un amortissement créé
This commit is contained in:
parent
0302e457bd
commit
2de72ed22c
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@
|
|||
<td>{{$line.label}}</td>
|
||||
<td class="money">{{"%f"|math:$line.amount|money_currency_html:false|raw}}</td>
|
||||
<td class="actions">
|
||||
{{if $total_amort == 0}}
|
||||
{{if ! $created_amort}}
|
||||
{{:linkbutton label="Détacher" href="detach_credit.html?immo_doc_id=%s&credit_line_id=%s"|args:$_GET.immo_doc_id:$line.credit_line_id shape="minus"}}
|
||||
{{/if}}
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue