mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Repair Invoice model
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user