diff --git a/amortization.html b/amortization.html index d5af816..ad2c891 100644 --- a/amortization.html +++ b/amortization.html @@ -105,6 +105,25 @@ {{/if}} +
+
+ Sortir l'immobilisation du bilan ? +

+ {{:linkbutton + label="Sortir du bilan" + href="balance_sheet_exit.html?immo_id=%s"|args:$_GET.immo_id + shape="export" + class="main" + }} +

+

+ Il sera possible de choisir la date de sortie, d'indiquer + le montant de la cession le cas échéant et de modifier les + comptes associés. +

+
+
+
Libellé
{{$ligne_immo.label}}
diff --git a/immobilisations.html b/immobilisations.html index fdf8380..2d8281d 100644 --- a/immobilisations.html +++ b/immobilisations.html @@ -164,13 +164,6 @@ target="_dialog" }} {{/if}} - {{if $type_immo == "encours" || $type_immo == "fini"}} - {{:linkbutton - label="Sortir du bilan" - href="balance_sheet_exit.html?immo_id=%s"|args:$immo_id - shape="export" - }} - {{/if}} {{:linkbutton label="Amortissements" href="amortization.html?immo_id=%s&type_immo=%s"|args:$immo_id:$type_immo