salary register issue fixed

This commit is contained in:
Nabin Hait 2012-05-17 17:47:26 +05:30
parent f5e9dd7b96
commit 7638833b75

View File

@ -37,7 +37,7 @@ col.append(['Arrear Amount','Currency','150px',''])
col.append(['Encashment Amount','Currency','170px','']) col.append(['Encashment Amount','Currency','170px',''])
col.append(['Gross Pay','Currency','150px','']) col.append(['Gross Pay','Currency','150px',''])
for d in ded_heads: for d in ded_heads:
l = (len(d)*9) l = (len(cstr(d))*9)
if l < 150 : col_width = '150px' if l < 150 : col_width = '150px'
else: col_width = '%spx'%(l) else: col_width = '%spx'%(l)
col.append([d,'Currency',col_width,'']) col.append([d,'Currency',col_width,''])