mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +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:
|
||||
|
||||
total_lwp += r[col_idx['Leave Without Pay']]
|
||||
total_arr += r[col_idx['Arrear Amount']]
|
||||
total_lwp += flt(r[col_idx['Leave Without Pay']])
|
||||
total_arr += flt(r[col_idx['Arrear Amount']])
|
||||
|
||||
for d1 in li:
|
||||
d2 = '%s'%d1
|
||||
|
||||
Reference in New Issue
Block a user