Déplacement bouton sortie bilan sur page amortissements
This commit is contained in:
parent
ba17145837
commit
e11ff5c90e
2 changed files with 19 additions and 7 deletions
|
@ -105,6 +105,25 @@
|
|||
</nav>
|
||||
{{/if}}
|
||||
|
||||
<form method="post" action="">
|
||||
<fieldset>
|
||||
<legend>Sortir l'immobilisation du bilan ?</legend>
|
||||
<p class="submit">
|
||||
{{:linkbutton
|
||||
label="Sortir du bilan"
|
||||
href="balance_sheet_exit.html?immo_id=%s"|args:$_GET.immo_id
|
||||
shape="export"
|
||||
class="main"
|
||||
}}
|
||||
</p>
|
||||
<p class="help">
|
||||
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.
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<dl class="describe">
|
||||
<dt>Libellé</dt>
|
||||
<dd>{{$ligne_immo.label}}</dd>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue