forked from erp-dev/erp
fix: business cancel service merged
This commit is contained in:
@@ -22,7 +22,7 @@ class CustomerBalanceView(StockChangeViewMixin, views.APIView):
|
||||
except basic_models.Customer.DoesNotExist:
|
||||
return self.not_found_response('客户不存在')
|
||||
|
||||
balance: Decimal = business_services.BalanceService.get_customer_balance(
|
||||
balance: Decimal = business_services.BalanceService.get_customer_statement_balance(
|
||||
merchant=merchant,
|
||||
customer=customer,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user