Skip to content

Commit c5a4164

Browse files
Merge pull request #52043 from rohitwaghchaure/fixed-uom-not-fetching-in-bom
fix: UOM of item not fetching in BOM
2 parents 297a2ea + ba8eadd commit c5a4164

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • erpnext/manufacturing/doctype/bom

erpnext/manufacturing/doctype/bom/bom.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,6 @@ var get_bom_material_detail = function (doc, cdt, cdn, scrap_items) {
697697
do_not_explode: d.do_not_explode,
698698
},
699699
callback: function (r) {
700-
d = locals[cdt][cdn];
701-
702700
$.extend(d, r.message);
703701
refresh_field("items");
704702
refresh_field("scrap_items");

0 commit comments

Comments
 (0)