fix: not able to delete line items in the subcontracting receipt (#41569)
(cherry picked from commit 4261c3474b)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -332,7 +332,7 @@ frappe.ui.form.on("Subcontracting Receipt Item", {
|
||||
set_missing_values(frm);
|
||||
},
|
||||
|
||||
items_remove: (frm) => {
|
||||
items_delete: (frm) => {
|
||||
set_missing_values(frm);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user