Skip to content

Commit 1b9a93f

Browse files
rohitwaghchauremergify[bot]
authored andcommitted
fix: UOM of item not fetching in BOM
(cherry picked from commit ba8eadd)
1 parent 8946f12 commit 1b9a93f

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)