mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
Fix quotes issue in item.js
This commit is contained in:
@@ -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