mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 19:42:45 +00:00
Update erpnext/accounts/search_criteria/trial_balance/trial_balance.py
This commit is contained in:
@@ -114,8 +114,8 @@ for r in res:
|
||||
r.append(flt(opening<0 and -opening or 0))
|
||||
r.append(flt(debit))
|
||||
r.append(flt(credit))
|
||||
r.append(flt(closing>0 and closing or 0))
|
||||
r.append(flt(closing<0 and -closing or 0))
|
||||
r.append(flt(closing>0.01 and closing or 0))
|
||||
r.append(flt(closing<-0.01 and -closing or 0))
|
||||
|
||||
|
||||
out =[]
|
||||
|
||||
Reference in New Issue
Block a user