mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
Autocomplete issues fixed in Manage Variants
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
frappe.ui.form.on("Manage Variants", {
|
||||
onload: function(frm) {
|
||||
var df = frappe.meta.get_docfield("Variant Attribute", "attribute_value");
|
||||
var df = frappe.meta.get_docfield("Variant Attribute", "attribute_value", "Manage Variants");
|
||||
df.on_make = function(field) {
|
||||
$(field.input_area).addClass("ui-front");
|
||||
field.$input.autocomplete({
|
||||
|
||||
Reference in New Issue
Block a user