ajout libelle status dans liste docs

This commit is contained in:
2024-01-27 15:33:59 +01:00
parent 76e46da8f2
commit 58371d3b84
9 changed files with 59 additions and 60 deletions

View File

@@ -209,7 +209,7 @@
<td>${detail.date.strftime('%d-%m-%Y')}</td>
<td>${detail.nomcli}</td>
<td class="text-right"><span tal:condition="access > 1">${layout.to_euro(detail.montant)}</span></td>
<td class="text-center">${detail.status}</td>
<td class="text-center">${detail.lib_status}</td>
</tr>
</table>
</div>