mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
fix(selling): preserve explicit UOM during item selection
This commit is contained in:
@@ -783,6 +783,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
method: "process_item_selection",
|
||||
args: {
|
||||
item_idx: item.idx,
|
||||
reset_item_details: true,
|
||||
},
|
||||
callback: function (r) {
|
||||
if (!r.exc) {
|
||||
|
||||
Reference in New Issue
Block a user