Fix quotes issue in item.js
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js
index 7925b67..3749601 100644
--- a/erpnext/stock/doctype/item/item.js
+++ b/erpnext/stock/doctype/item/item.js
@@ -126,7 +126,7 @@
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 @@
}
var d = new frappe.ui.Dialog({
- title: __('Create Variant"),
+ title: __('Create Variant'),
fields: fields
});