mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[minor] google analytics id in docs and minor fixes to web forms
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"accept_payment": 0,
|
||||
"allow_comments": 1,
|
||||
"allow_delete": 1,
|
||||
"allow_edit": 1,
|
||||
"allow_incomplete": 0,
|
||||
"allow_multiple": 1,
|
||||
"allow_print": 0,
|
||||
"amount": 0.0,
|
||||
"breadcrumbs": "[{\"title\":\"Issues\", \"name\":\"issues\"}]",
|
||||
"creation": "2016-06-24 15:50:33.186483",
|
||||
"doc_type": "Issue",
|
||||
@@ -11,13 +15,16 @@
|
||||
"idx": 0,
|
||||
"is_standard": 1,
|
||||
"login_required": 1,
|
||||
"modified": "2016-06-24 15:52:24.768558",
|
||||
"max_attachment_size": 0,
|
||||
"modified": "2016-12-07 04:26:13.917693",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Support",
|
||||
"name": "issues",
|
||||
"owner": "Administrator",
|
||||
"published": 1,
|
||||
"route": "issues",
|
||||
"show_sidebar": 1,
|
||||
"sidebar_items": [],
|
||||
"success_message": "",
|
||||
"success_url": "/issues",
|
||||
"title": "Issue",
|
||||
@@ -27,6 +34,8 @@
|
||||
"fieldtype": "Data",
|
||||
"hidden": 0,
|
||||
"label": "Subject",
|
||||
"max_length": 0,
|
||||
"max_value": 0,
|
||||
"read_only": 0,
|
||||
"reqd": 1
|
||||
},
|
||||
@@ -36,15 +45,30 @@
|
||||
"fieldtype": "Select",
|
||||
"hidden": 0,
|
||||
"label": "Status",
|
||||
"max_length": 0,
|
||||
"max_value": 0,
|
||||
"options": "Open\nReplied\nHold\nClosed",
|
||||
"read_only": 1,
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "customer",
|
||||
"fieldtype": "Data",
|
||||
"hidden": 0,
|
||||
"label": "Customer",
|
||||
"max_length": 0,
|
||||
"max_value": 0,
|
||||
"options": "Customer",
|
||||
"read_only": 1,
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "description",
|
||||
"fieldtype": "Text",
|
||||
"hidden": 0,
|
||||
"label": "Description",
|
||||
"max_length": 0,
|
||||
"max_value": 0,
|
||||
"read_only": 0,
|
||||
"reqd": 0
|
||||
},
|
||||
@@ -53,6 +77,8 @@
|
||||
"fieldtype": "Attach",
|
||||
"hidden": 0,
|
||||
"label": "Attachment",
|
||||
"max_length": 0,
|
||||
"max_value": 0,
|
||||
"read_only": 0,
|
||||
"reqd": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user