Merge branch 'master' into edge

This commit is contained in:
Anand Doshi 2013-02-14 16:48:26 +05:30
commit 4b631947fc

View File

@ -79,7 +79,7 @@ if group_by:
cols.append([group_by,'Data','150px',''])
for c in col_names:
cols.append([c,'Currency','150px',''])
cols.append([c, ("Amt" in c) and 'Currency' or 'Float','150px',''])
for c in cols:
colnames.append(c[0])