mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -38,8 +38,8 @@ for d in li:
|
|||||||
|
|
||||||
for r in res:
|
for r in res:
|
||||||
|
|
||||||
total_lwp += r[col_idx['Leave Without Pay']]
|
total_lwp += flt(r[col_idx['Leave Without Pay']])
|
||||||
total_arr += r[col_idx['Arrear Amount']]
|
total_arr += flt(r[col_idx['Arrear Amount']])
|
||||||
|
|
||||||
for d1 in li:
|
for d1 in li:
|
||||||
d2 = '%s'%d1
|
d2 = '%s'%d1
|
||||||
|
|||||||
Reference in New Issue
Block a user