Merge branch 'master' into edge
This commit is contained in:
commit
4b631947fc
@ -79,7 +79,7 @@ if group_by:
|
|||||||
cols.append([group_by,'Data','150px',''])
|
cols.append([group_by,'Data','150px',''])
|
||||||
|
|
||||||
for c in col_names:
|
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:
|
for c in cols:
|
||||||
colnames.append(c[0])
|
colnames.append(c[0])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user