[fixes] item, test site install
This commit is contained in:
parent
66a92792b4
commit
a8a2fb225d
@ -89,7 +89,7 @@ frappe.ui.form.on("Item", {
|
||||
refresh_field("image_view");
|
||||
},
|
||||
|
||||
page_name: frappe.utils.warn_page_name_change
|
||||
page_name: frappe.utils.warn_page_name_change,
|
||||
|
||||
item_code: function(frm) {
|
||||
if(!frm.doc.item_name)
|
||||
|
@ -5,5 +5,6 @@
|
||||
"auto_email_id": "admin@example.com",
|
||||
"host_name": "http://localhost:8888",
|
||||
"auto_email_id": "admin@example.com",
|
||||
"mute_emails": 1
|
||||
"mute_emails": 1,
|
||||
"install_apps": ["erpnext"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user