diff --git a/erpnext/crm/doctype/opportunity/opportunity.json b/erpnext/crm/doctype/opportunity/opportunity.json index d117d06785..dd21b1f510 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.json +++ b/erpnext/crm/doctype/opportunity/opportunity.json @@ -974,7 +974,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-03-03 06:13:49.728079", + "modified": "2016-03-30 05:47:46.617670", "modified_by": "Administrator", "module": "CRM", "name": "Opportunity", @@ -1027,5 +1027,6 @@ "sort_field": "modified", "sort_order": "DESC", "timeline_field": "customer", - "title_field": "title" + "title_field": "title", + "track_seen": 1 } \ No newline at end of file diff --git a/erpnext/manufacturing/doctype/bom/bom.json b/erpnext/manufacturing/doctype/bom/bom.json index bd379e2a6b..e833e464af 100644 --- a/erpnext/manufacturing/doctype/bom/bom.json +++ b/erpnext/manufacturing/doctype/bom/bom.json @@ -315,7 +315,7 @@ "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, - "reqd": 0, + "reqd": 1, "search_index": 0, "set_only_once": 0, "unique": 0 @@ -807,7 +807,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-03-18 05:09:50.749754", + "modified": "2016-03-30 03:50:02.164476", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM", @@ -858,5 +858,6 @@ "read_only_onload": 0, "search_fields": "item", "sort_field": "modified", - "sort_order": "DESC" + "sort_order": "DESC", + "track_seen": 0 } \ No newline at end of file diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.json b/erpnext/stock/doctype/stock_entry/stock_entry.json index 2697fd0f6d..eaff27afea 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.json +++ b/erpnext/stock/doctype/stock_entry/stock_entry.json @@ -659,7 +659,7 @@ "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, - "reqd": 0, + "reqd": 1, "search_index": 0, "set_only_once": 0, "unique": 0 @@ -1431,7 +1431,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-03-18 08:37:08.747493", + "modified": "2016-03-30 03:49:43.167729", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry", @@ -1523,5 +1523,6 @@ "search_fields": "posting_date, from_warehouse, to_warehouse, purpose, remarks", "sort_field": "modified", "sort_order": "DESC", - "title_field": "title" + "title_field": "title", + "track_seen": 0 } \ No newline at end of file diff --git a/erpnext/support/doctype/issue/issue.json b/erpnext/support/doctype/issue/issue.json index 2591937bfa..dea81dca02 100644 --- a/erpnext/support/doctype/issue/issue.json +++ b/erpnext/support/doctype/issue/issue.json @@ -7,6 +7,7 @@ "custom": 0, "docstatus": 0, "doctype": "DocType", + "document_type": "Setup", "fields": [ { "allow_on_submit": 0, @@ -702,7 +703,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2016-03-25 07:31:44.715945", + "modified": "2016-03-30 05:47:37.280932", "modified_by": "Administrator", "module": "Support", "name": "Issue", @@ -735,5 +736,5 @@ "sort_order": "ASC", "timeline_field": "customer", "title_field": "subject", - "track_seen": 0 + "track_seen": 1 } \ No newline at end of file