fiux
This commit is contained in:
@@ -11,7 +11,7 @@ class PartyAmountInline(admin.StackedInline):
|
||||
|
||||
@admin.register(Party)
|
||||
class PartyAdmin(admin.ModelAdmin):
|
||||
list_display = ['mediator', 'delivery_date', 'payment_date', 'is_deleted']
|
||||
list_display = ['number','mediator', 'delivery_date', 'payment_date', 'is_deleted']
|
||||
inlines = [PartyAmountInline]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user