This commit is contained in:
behruz-dev
2025-11-14 18:58:11 +05:00
parent adf6f69baf
commit ff350bb922

View File

@@ -15,6 +15,8 @@ class PartyAdmin(admin.ModelAdmin):
"id", "id",
"number", "number",
"party_amount__total_price", "party_amount__total_price",
'party_amount__calculated_amount',
'party_amount__paid_amount'
"currency", "currency",
'process', 'process',
'payment_percentage', 'payment_percentage',