mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
[minor] [fix] [issue] #617
This commit is contained in:
@@ -119,7 +119,7 @@ def get_balance_on(account=None, date=None):
|
||||
bal = -bal
|
||||
|
||||
# if bal is None, return 0
|
||||
return bal or 0
|
||||
return flt(bal)
|
||||
|
||||
@webnotes.whitelist()
|
||||
def add_ac(args=None):
|
||||
|
||||
Reference in New Issue
Block a user