mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
This commit is contained in:
@@ -7,6 +7,7 @@ frappe.ui.form.on("Item", {
|
|||||||
onload: function(frm) {
|
onload: function(frm) {
|
||||||
var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value");
|
var df = frappe.meta.get_docfield("Item Variant", "item_attribute_value");
|
||||||
df.on_make = function(field) {
|
df.on_make = function(field) {
|
||||||
|
$(field.input_area).addClass("ui-front");
|
||||||
field.$input.autocomplete({
|
field.$input.autocomplete({
|
||||||
minLength: 0,
|
minLength: 0,
|
||||||
minChars: 0,
|
minChars: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user