mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
added title_fields for Task, Newsletter
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-01-29 19:25:50",
|
"creation": "2013-01-29 19:25:50",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2014-01-20 17:49:32",
|
"modified": "2014-01-24 13:01:46",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -15,7 +15,9 @@
|
|||||||
"icon": "icon-check",
|
"icon": "icon-check",
|
||||||
"max_attachments": 5,
|
"max_attachments": 5,
|
||||||
"module": "Projects",
|
"module": "Projects",
|
||||||
"name": "__common__"
|
"name": "__common__",
|
||||||
|
"search_fields": "subject",
|
||||||
|
"title_field": "subject"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-01-10 16:34:31",
|
"creation": "2013-01-10 16:34:31",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-12-20 19:24:14",
|
"modified": "2014-01-24 13:00:11",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -13,7 +13,8 @@
|
|||||||
"document_type": "Other",
|
"document_type": "Other",
|
||||||
"icon": "icon-envelope",
|
"icon": "icon-envelope",
|
||||||
"module": "Support",
|
"module": "Support",
|
||||||
"name": "__common__"
|
"name": "__common__",
|
||||||
|
"title_field": "subject"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
{
|
{
|
||||||
"cancel": 0,
|
"cancel": 0,
|
||||||
"create": 0,
|
"create": 0,
|
||||||
|
"delete": 0,
|
||||||
"doctype": "DocPerm",
|
"doctype": "DocPerm",
|
||||||
"email": 1,
|
"email": 1,
|
||||||
"name": "__common__",
|
"name": "__common__",
|
||||||
|
|||||||
Reference in New Issue
Block a user