mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
Repair Invoice model
This commit is contained in:
@ -29,4 +29,4 @@ class InvoiceTable(tables.Table):
|
||||
}
|
||||
model = Invoice
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
fields = ('id', 'name', 'subject', 'acquitted', 'invoice',)
|
||||
fields = ('id', 'name', 'object', 'acquitted', 'invoice',)
|
||||
|
Reference in New Issue
Block a user