mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: remove duplicate
(cherry picked from commit 386df968c2)
# Conflicts:
# erpnext/public/js/utils.js
This commit is contained in:
@@ -701,7 +701,7 @@ erpnext.utils.update_child_items = function (opts) {
|
||||
uom,
|
||||
conversion_factor,
|
||||
item_name,
|
||||
default_bom,
|
||||
bom_no,
|
||||
} = r.message;
|
||||
>>>>>>> 508727a57a (fix: fetch bom_no when updating items in sales order)
|
||||
|
||||
@@ -717,8 +717,12 @@ erpnext.utils.update_child_items = function (opts) {
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
item_name: item_name,
|
||||
<<<<<<< HEAD
|
||||
bom_no: default_bom,
|
||||
>>>>>>> 508727a57a (fix: fetch bom_no when updating items in sales order)
|
||||
=======
|
||||
bom_no: bom_no,
|
||||
>>>>>>> 386df968c2 (fix: remove duplicate)
|
||||
});
|
||||
dialog.fields_dict.trans_items.grid.refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user