Repair Invoice model
This commit is contained in:
parent
f6027e9edd
commit
15bfdd9f96
8 changed files with 35 additions and 71 deletions
|
|
@ -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',)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue