This commit is contained in:
behruz-dev
2025-11-18 16:53:23 +05:00
parent 4360177c97
commit c8d7f2d0b8

View File

@@ -136,7 +136,7 @@ class CounterpartyBalance(BaseModel):
def total_balance(self): def total_balance(self):
PartyAmount = apps.get_model('orders', 'PartyAmount') PartyAmount = apps.get_model('orders', 'PartyAmount')
Income = apps.get_model('finance', 'Income') Income = apps.get_model('finance', 'Income')
Expense = apps.get_model('finance', 'Expense') Expense = apps.get_model('finance', 'Expence')
total = Decimal(0) total = Decimal(0)