mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
7 lines
305 B
Python
7 lines
305 B
Python
colwidths[col_idx['ID']]='120px'
|
|
colwidths[col_idx['Employee Name']]='150px'
|
|
colwidths[col_idx['Department']] = '150px'
|
|
#colwidths[col_idx['Employee Code']]='120px'
|
|
#colwidths[col_idx['Employee Number']] ='120px'
|
|
colwidths[col_idx['Date of Birth']]='110px'
|
|
colwidths[col_idx['Month of Birth']]='120px' |