From 082016115777be4675e88be5c50512ff729c6d4b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 29 Jun 2015 13:58:49 -0400 Subject: [PATCH] [fix] Item Variant Attribute autocomplete appearance. Fixes #3488, #3515, #3525 --- erpnext/stock/doctype/item/item.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index ed1367e0b6..5da3d35443 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -7,6 +7,7 @@ frappe.ui.form.on("Item", { onload: function(frm) { var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value"); df.on_make = function(field) { + $(field.input_area).addClass("ui-front"); field.$input.autocomplete({ minLength: 0, minChars: 0,