Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Nabin Hait 2013-03-06 18:51:18 +05:30
commit 0c67f99961

View File

@ -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