bom operations on_delete_row function

This commit is contained in:
nabinhait 2014-07-31 11:40:21 +05:30
parent d6ff58daa1
commit 8dbd295c9b

View File

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