commit | 8dbd295c9ba451a207e1155c60862c3494f4e2c0 | [log] [tgz] |
---|---|---|
author | nabinhait <nabinhait@gmail.com> | Thu Jul 31 11:40:21 2014 +0530 |
committer | nabinhait <nabinhait@gmail.com> | Thu Jul 31 11:40:41 2014 +0530 |
tree | b58a96f3cbc2545ba697a1acd7b7fed6ef5b6f02 | |
parent | d6ff58daa10707eb2878dcd3104a4262fd7b1bec [diff] |
bom operations on_delete_row function
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 6af63d9..d73ac9a 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -53,7 +53,7 @@ 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); }