Skip to content

Commit e0d9443

Browse files
committed
Update PAGE-sup-items.js
1 parent e45515b commit e0d9443

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/PAGE-sup-items.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,13 @@ var items = {
5757
sku : sku ? sku : "",
5858
id : items.id
5959
},
60-
onload : () => cb.page(3)
60+
onload : () => {
61+
cb.page(3);
62+
autocomplete.attach({
63+
target : document.getElementById("item-sku"),
64+
mod : "autocomplete", act : "sku"
65+
});
66+
}
6167
}),
6268

6369
// (F) SAVE ITEM

0 commit comments

Comments
 (0)