Merge pull request #16155 from rohitwaghchaure/changed_parent_for_item_attribute_value

[Fix] Permissions issue
This commit is contained in:
rohitwaghchaure 2018-12-04 18:45:07 +05:30 committed by GitHub
commit f85856d9f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,7 +320,7 @@ frappe.ui.form.ItemQuickEntryForm = frappe.ui.form.QuickEntryForm.extend({
["attribute_value", "like", e.target.value + "%"]
],
fields: ["attribute_value"],
parent: "Item"
parent: "Item Attribute"
},
callback: function(r) {
if (r.message) {