From b763893f22378a11fc530b96943d64ed89624bf1 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 24 Dec 2018 19:43:31 +0530 Subject: [PATCH] Fix quotes issue in item.js --- erpnext/stock/doctype/item/item.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 7925b675cd..3749601c15 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -126,7 +126,7 @@ frappe.ui.form.on("Item", { image: function() { refresh_field("image_view"); }, - + is_customer_provided_item: function(frm) { frm.toggle_reqd('customer', frm.doc.is_customer_provided_item ? 1:0); }, @@ -587,7 +587,7 @@ $.extend(erpnext.item, { } var d = new frappe.ui.Dialog({ - title: __('Create Variant"), + title: __('Create Variant'), fields: fields });