// StockManager: fixed. AdminSupplyOrders: fixed price. AdminStockInstantState: added CSV export per warehouse + valuation field is now displayed per warehouse
This commit is contained in:
@@ -1191,6 +1191,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
|
||||
return;
|
||||
}
|
||||
|
||||
$price = $supply_order_detail->unit_price_te;
|
||||
// converts the unit price to the warehouse currency if needed
|
||||
if ($supply_order->id_currency != $warehouse->id_currency)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user