mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
added print width in txts of istable type doctypes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2012-03-27 14:36:46",
|
||||
"creation": "2013-02-22 01:28:07",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:36:46",
|
||||
"modified": "2013-03-07 07:03:21",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -11,10 +11,7 @@
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"module": "Utilities",
|
||||
"name": "__common__",
|
||||
"section_style": "Tray",
|
||||
"show_in_menu": 0,
|
||||
"version": 4
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2012-03-27 14:36:47",
|
||||
"creation": "2013-02-22 01:28:07",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:36:47",
|
||||
"modified": "2013-03-07 07:03:32",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -10,9 +10,7 @@
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"module": "Utilities",
|
||||
"name": "__common__",
|
||||
"section_style": "Tray",
|
||||
"version": 2
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -39,6 +37,7 @@
|
||||
"fieldname": "receiver_name",
|
||||
"label": "Receiver Name",
|
||||
"oldfieldname": "receiver_name",
|
||||
"print_width": "350px",
|
||||
"width": "350px"
|
||||
},
|
||||
{
|
||||
@@ -46,6 +45,7 @@
|
||||
"fieldname": "mobile_no",
|
||||
"label": "Mobile No",
|
||||
"oldfieldname": "mobile_no",
|
||||
"print_width": "200px",
|
||||
"reqd": 1,
|
||||
"width": "200px"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user