Amélioration affichage libellé et correction oubli

This commit is contained in:
Jean-Christophe Engel 2026-03-18 09:34:26 +01:00
parent a66aeb69ba
commit 8295cfa09d
6 changed files with 21 additions and 14 deletions

View file

@ -153,7 +153,7 @@
<tr {{if $status == "ignored"}}class="ignored"{{/if}}>
<td class="num"><a href={{$trans_url}}>#{{$trans_id}}</a></td>
<td>{{$trans_date|date_short}}</td>
<td>{{$trans_label}}{{if $line_label != null}} — {{$line_label}}{{/if}}</td>
<td>{{$trans_label}}{{if $line_label != null && $line_label != $trans_label}} — {{$line_label}}{{/if}}</td>
<td class="money">{{"%f"|math:$debit|money_html:false|raw}}</td>
<td><a href={{$compte_url}}>{{$account_code}}</a></td>
<td>{{$account_label}}</td>