// Fixed #PSCFV-2721

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15913 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-06-07 10:22:08 +00:00
parent a25dec5eac
commit 090091e4fb
3 changed files with 3 additions and 3 deletions
@@ -413,7 +413,7 @@ class AdminWarehousesControllerCore extends AdminController
'address' => $address,
'shops' => $shops,
'warehouse_num_products' => $warehouse->getNumberOfProducts(),
'warehouse_value' => Tools::ps_round($warehouse->getStockValue(), 2),
'warehouse_value' => Tools::displayPrice(Tools::ps_round($warehouse->getStockValue(), 2), $currency),
'warehouse_quantities' => $warehouse->getQuantitiesofProducts(),
);