mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 01:36:55 +00:00
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);
|
set_missing_values(frm);
|
||||||
},
|
},
|
||||||
|
|
||||||
items_remove: (frm) => {
|
items_delete: (frm) => {
|
||||||
set_missing_values(frm);
|
set_missing_values(frm);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user