mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
restructured erpnext and deleted unwanted
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
for c in range(0,len(colnames)):
|
||||
l = (len(colnames[c])*9)
|
||||
if l < 150 : col_width = '150px'
|
||||
else: col_width = '%spx'%(l)
|
||||
|
||||
colwidths[c] = col_width
|
||||
Reference in New Issue
Block a user