Suppression paramètre ligne immobilisation

This commit is contained in:
Jean-Christophe Engel 2026-05-18 10:56:23 +02:00
parent 3d1109018e
commit 9649d6af0e
9 changed files with 63 additions and 74 deletions

View file

@ -5,7 +5,6 @@
Afficher les détails d'une immmo
- permettre l'association d'une immo au crédit du compte de l'immo
- permettre de modifier les paramètres de l'immo
@param (OBSOLÈTE ?) immo_line_id : numéro de ligne de l'écriture d'immobilisation
@param immo_doc_id : numéro du doc d'immo
*}}
@ -112,7 +111,7 @@
{{*/if*}}
</aside>
<nav style="margin-bottom: 1em;">
{{*:linkbutton shape="left" label="Retour à la liste des immobilisations" href="index.html*}}
{{:linkbutton shape="left" label="Retour à la liste des immobilisations" href="index.html}}
{{if $total_amort == 0}}
{{:linkbutton label="Modifier les paramètres" href="modify_infos.html?immo_doc_id=%s"|args:$_GET.immo_doc_id shape="edit" target="_dialog"}}
{{:linkbutton label="Supprimer les paramètres" href="delete_infos.html?immo_doc_id=%s"|args:$_GET.immo_doc_id shape="delete" target="_dialog"}}
@ -156,7 +155,7 @@
<td>{{$line.date|date_short}}</td>
<td class="money">{{"%f"|math:$line.amount|money_currency_html:false|raw}}</td>
<td>
{{:linkbutton label="Détacher" href="detach_immo.html?credit_line_id=%d&immo_line_id=%d&immo_doc_id=%s"|args:$line.credit_line_id:$ligne_immo.immo_line_id:$_GET.immo_doc_id shape="minus"}}
{{:linkbutton label="Détacher" href="detach_immo.html?immo_doc_id=%s&credit_line_id=%s"|args:$_GET.immo_doc_id:$line.credit_line_id shape="minus"}}
</td>
</tr>
{{/foreach}}