// StockManager: fixed. AdminSupplyOrders: fixed price. AdminStockInstantState: added CSV export per warehouse + valuation field is now displayed per warehouse

This commit is contained in:
bMancone
2011-12-06 12:51:10 +00:00
parent 987562a839
commit 0f548858fe
3 changed files with 146 additions and 6 deletions
@@ -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)
{