finance: expence delete api fixed
This commit is contained in:
@@ -18,10 +18,12 @@ class PartyAdmin(admin.ModelAdmin):
|
||||
"delivery_date",
|
||||
"payment_date",
|
||||
"is_deleted",
|
||||
"party_amount__total_price",
|
||||
"currency"
|
||||
]
|
||||
inlines = [PartyAmountInline]
|
||||
search_fields = [
|
||||
"number",
|
||||
"number", "orders__counterparty__name"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user