mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
9 lines
302 B
Python
9 lines
302 B
Python
coltypes[col_idx['Average Commission Rate']] = 'Currency'
|
|
colwidths[col_idx['Average Commission Rate']] = '200px'
|
|
|
|
coltypes[col_idx['Net Total']] = 'Currency'
|
|
colwidths[col_idx['Net Total']] = '150px'
|
|
|
|
coltypes[col_idx['Total Commission']] = 'Currency'
|
|
colwidths[col_idx['Total Commission']] = '150px'
|