mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 03:23:35 +00:00
bom operations on_delete_row function
This commit is contained in:
@@ -53,7 +53,7 @@ erpnext.bom.set_operation_no = function(doc) {
|
||||
refresh_field("bom_materials");
|
||||
}
|
||||
|
||||
cur_frm.fields_dict["bom_operations"].grid.on_row_delete = function(cdt, cdn){
|
||||
cur_frm.cscript.bom_operations_remove = function(){
|
||||
erpnext.bom.set_operation_no(doc);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user