[fixes] item, test site install

This commit is contained in:
Rushabh Mehta 2015-02-25 17:32:22 +05:30
parent 66a92792b4
commit a8a2fb225d
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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"]
}