[item] toggle reqd, fixes #2832
This commit is contained in:
parent
593d56265f
commit
1758357a0a
@ -109,6 +109,9 @@ frappe.ui.form.on("Item", {
|
||||
method: "copy_specification_from_item_group"
|
||||
});
|
||||
},
|
||||
is_stock_item: function(frm) {
|
||||
erpnext.item.toggle_reqd(frm);
|
||||
}
|
||||
});
|
||||
|
||||
$.extend(erpnext.item, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user