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

This commit is contained in:
rohitwaghchaure
2024-05-21 14:36:35 +05:30
committed by GitHub
parent 4e4c1e4bef
commit 4261c3474b

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