mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
This reverts commit 257e18b640.
This commit is contained in:
@@ -458,8 +458,7 @@ $.extend(erpnext.item, {
|
|||||||
fields: ["attribute_value"],
|
fields: ["attribute_value"],
|
||||||
limit_start: 0,
|
limit_start: 0,
|
||||||
limit_page_length: 500,
|
limit_page_length: 500,
|
||||||
parent: "Item",
|
parent: "Item"
|
||||||
order_by: "idx"
|
|
||||||
}
|
}
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
if(r.message) {
|
if(r.message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user