mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
fix: not able to delete line items in the subcontracting receipt (#41569)
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