Traitement écritures sorties du bilan avant mise en service du module

This commit is contained in:
Jean-Christophe Engel 2026-06-04 11:26:45 +02:00
parent 780eb206ce
commit a15254f372
13 changed files with 1011 additions and 146 deletions

View file

@ -99,7 +99,7 @@
<td><a href="{{$compte_url}}">{{$line.account_code}}</a></td>
<td>{{$line.account_label}}</td>
<td>
{{:linkbutton label="Attacher" href="attach_immo.html?credit_line_id=%d&immo_doc_id=%s"|args:$line.credit_line_id:$_GET.immo_doc_id shape="plus"}}
{{:linkbutton label="Attacher" href="attach_credit.html?credit_line_id=%d&immo_doc_id=%s"|args:$line.credit_line_id:$_GET.immo_doc_id shape="plus"}}
</td>
</tr>
{{/foreach}}