Merge pull request #52043 from rohitwaghchaure/fixed-uom-not-fetching-in-bom

fix: UOM of item not fetching in BOM
This commit is contained in:
rohitwaghchaure
2026-01-25 10:44:28 +05:30
committed by GitHub

View File

@@ -697,8 +697,6 @@ var get_bom_material_detail = function (doc, cdt, cdn, scrap_items) {
do_not_explode: d.do_not_explode,
},
callback: function (r) {
d = locals[cdt][cdn];
$.extend(d, r.message);
refresh_field("items");
refresh_field("scrap_items");