mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-12-03 18:44:52 +01:00
Second step for SogeCredit validity
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user