diff --git a/erpnext/controllers/stock_controller.py b/erpnext/controllers/stock_controller.py index 64d2a0bd62a..c01b328c68e 100644 --- a/erpnext/controllers/stock_controller.py +++ b/erpnext/controllers/stock_controller.py @@ -888,7 +888,7 @@ def make_bundle_for_material_transfer(**kwargs): row.stock_value_difference = abs(row.stock_value_difference) if kwargs.type_of_transaction == "Outward": row.qty *= -1 - row.stock_value_difference *= row.stock_value_difference + row.stock_value_difference *= -1 row.is_outward = 1 row.warehouse = kwargs.warehouse