fix: not able to delete line items in the subcontracting receipt (backport #41569) (#41570)

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:
mergify[bot]
2024-05-21 14:41:13 +05:30
committed by GitHub
parent 68fa55ca02
commit 26c3235bf9

View File

@@ -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);
},