Repair Invoice model
This commit is contained in:
parent
f6027e9edd
commit
15bfdd9f96
8 changed files with 35 additions and 71 deletions
|
|
@ -8,7 +8,7 @@ from .models import Invoice, Product
|
|||
|
||||
@admin.register(Invoice)
|
||||
class InvoiceAdmin(admin.ModelAdmin):
|
||||
list_display = ('id', 'name', 'subject', 'acquitted', )
|
||||
list_display = ('id', 'name', 'object', 'acquitted', )
|
||||
|
||||
|
||||
@admin.register(Product)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue