fix
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user