mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +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:06",
|
||||
"creation": "2013-02-22 01:27:50",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:36:06",
|
||||
"modified": "2013-03-07 07:03:26",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -10,9 +10,7 @@
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"module": "Projects",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"version": 4
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -41,6 +39,7 @@
|
||||
"label": "Milestone",
|
||||
"oldfieldname": "milestone",
|
||||
"oldfieldtype": "Text",
|
||||
"print_width": "300px",
|
||||
"width": "300px"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"creation": "2013-02-28 17:56:12",
|
||||
"creation": "2013-03-05 09:11:06",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-03-01 15:20:17",
|
||||
"modified": "2013-03-07 07:03:34",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -30,6 +30,7 @@
|
||||
"fieldtype": "Link",
|
||||
"label": "Time Log",
|
||||
"options": "Time Log",
|
||||
"print_width": "200px",
|
||||
"reqd": 1,
|
||||
"width": "200px"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user