Merge pull request #16138 from rohitwaghchaure/user_permissions_issue_item
[Fix] Permissions issue while making item variants
This commit is contained in:
commit
0b4ea25f83
@ -458,7 +458,7 @@ $.extend(erpnext.item, {
|
||||
fields: ["attribute_value"],
|
||||
limit_start: 0,
|
||||
limit_page_length: 500,
|
||||
parent: "Item"
|
||||
parent: "Item Attribute"
|
||||
}
|
||||
}).then((r) => {
|
||||
if(r.message) {
|
||||
@ -579,7 +579,7 @@ $.extend(erpnext.item, {
|
||||
["attribute_value", "like", term + "%"]
|
||||
],
|
||||
fields: ["attribute_value"],
|
||||
parent: "Item"
|
||||
parent: "Item Attribute"
|
||||
},
|
||||
callback: function(r) {
|
||||
if (r.message) {
|
||||
|
Loading…
Reference in New Issue
Block a user