[hotfix] Item checkbox mandatory and removed Module Def Contacts

This commit is contained in:
Anand Doshi
2015-07-30 14:44:43 +05:30
parent a5e11d7195
commit 2f443a5789
2 changed files with 818 additions and 827 deletions

View File

@@ -180,6 +180,7 @@ execute:frappe.rename_doc("DocType", "Salary Manager", "Process Payroll", force=
erpnext.patches.v5_1.rename_roles erpnext.patches.v5_1.rename_roles
erpnext.patches.v5_1.default_bom erpnext.patches.v5_1.default_bom
execute:frappe.delete_doc("DocType", "Party Type") execute:frappe.delete_doc("DocType", "Party Type")
execute:frappe.delete_doc("Module Def", "Contacts")
erpnext.patches.v5_4.fix_reserved_qty_and_sle_for_packed_items erpnext.patches.v5_4.fix_reserved_qty_and_sle_for_packed_items
execute:frappe.reload_doctype("Leave Type") execute:frappe.reload_doctype("Leave Type")
execute:frappe.db.sql("update `tabLeave Type` set include_holiday=1") execute:frappe.db.sql("update `tabLeave Type` set include_holiday=1")

View File

@@ -174,8 +174,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"default": "", "default": "",
@@ -187,8 +186,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"default": "", "default": "",
@@ -202,8 +200,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"depends_on": "has_serial_no", "depends_on": "has_serial_no",
@@ -225,8 +222,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"depends_on": "is_stock_item", "depends_on": "is_stock_item",
@@ -449,8 +445,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"depends_on": "is_purchase_item", "depends_on": "is_purchase_item",
@@ -594,8 +589,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"default": "", "default": "",
@@ -609,8 +603,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"default": "0", "default": "0",
@@ -720,8 +713,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"depends_on": "inspection_required", "depends_on": "inspection_required",
@@ -755,8 +747,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"default": "", "default": "",
@@ -768,8 +759,7 @@
"oldfieldtype": "Select", "oldfieldtype": "Select",
"options": "", "options": "",
"permlevel": 0, "permlevel": 0,
"read_only": 0, "read_only": 0
"reqd": 1
}, },
{ {
"fieldname": "column_break_74", "fieldname": "column_break_74",
@@ -935,7 +925,7 @@
"icon": "icon-tag", "icon": "icon-tag",
"idx": 1, "idx": 1,
"max_attachments": 1, "max_attachments": 1,
"modified": "2015-07-24 06:04:28.448050", "modified": "2015-07-30 06:04:28.448050",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Item", "name": "Item",