mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +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:35:57",
|
||||
"creation": "2013-02-22 01:27:46",
|
||||
"docstatus": 0,
|
||||
"modified": "2012-03-27 14:35:57",
|
||||
"modified": "2013-03-07 07:03:21",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -10,10 +10,7 @@
|
||||
"doctype": "DocType",
|
||||
"istable": 1,
|
||||
"module": "HR",
|
||||
"name": "__common__",
|
||||
"section_style": "Simple",
|
||||
"show_in_menu": 0,
|
||||
"version": 2
|
||||
"name": "__common__"
|
||||
},
|
||||
{
|
||||
"doctype": "DocField",
|
||||
@@ -32,6 +29,7 @@
|
||||
"fieldname": "description",
|
||||
"fieldtype": "Small Text",
|
||||
"label": "Description",
|
||||
"print_width": "300px",
|
||||
"width": "300px"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user