Répartition opérations details/amortization

This commit is contained in:
Jean-Christophe Engel 2026-06-06 11:59:23 +02:00
parent ae63f13776
commit c7f7ead2a5
5 changed files with 16 additions and 20 deletions

View file

@ -168,7 +168,7 @@
{{else}}
{{:assign type_immo="other"}}
{{/if}}
{{:redirect force="index.html?ok=1&msg=infos&type_immo=%s"|args:$type_immo}}
{{:redirect force="details_immo.html?immo_doc_id=%s&type_immo=%s&ok=1&msg=infos"|args:$_GET.immo_doc_id:$type_immo}}
{{/form}}
@ -219,6 +219,7 @@
{{/if}}
{{:input type="date" name="date_achat" label="Date d'acquisition" default=$info_immo.date_achat}}
{{:input type="date" name="date_mes" label="Date de mise en service" default=$info_immo.date_mes}}
{{*
{{if $linked_immos != null}}
<dt><label>Écritures d'avoir liées à l'immobilisation</label></dt>
<dd>
@ -233,6 +234,7 @@
</span>
</dd>
{{/if}}
*}}
</div>
</dl>
</fieldset>