1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-10-19 03:36:40 +02:00

Second step for SogeCredit validity

This commit is contained in:
Ehouarn
2025-10-17 17:55:43 +02:00
parent 7c45b59298
commit af39bf7068
4 changed files with 10 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ class InvoiceTable(tables.Table):
model = Invoice
template_name = 'django_tables2/bootstrap4.html'
fields = ('id', 'name', 'object', 'acquitted', 'invoice',)
order_by = ('-id',)
class RemittanceTable(tables.Table):