fix in monthly salary register
This commit is contained in:
parent
e1f99586fd
commit
4244b3b267
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user