mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
Fix quotes issue in item.js
This commit is contained in:
@@ -126,7 +126,7 @@ frappe.ui.form.on("Item", {
|
|||||||
image: function() {
|
image: function() {
|
||||||
refresh_field("image_view");
|
refresh_field("image_view");
|
||||||
},
|
},
|
||||||
|
|
||||||
is_customer_provided_item: function(frm) {
|
is_customer_provided_item: function(frm) {
|
||||||
frm.toggle_reqd('customer', frm.doc.is_customer_provided_item ? 1:0);
|
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({
|
var d = new frappe.ui.Dialog({
|
||||||
title: __('Create Variant"),
|
title: __('Create Variant'),
|
||||||
fields: fields
|
fields: fields
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user