// AdminSupplyOrdersController: fixed currency in 'view'. StockManager: added warehouse filter on getProductRealQuantity()

This commit is contained in:
bMancone
2011-11-16 09:51:06 +00:00
parent 5216c88fdf
commit 743846c334
2 changed files with 17 additions and 0 deletions
@@ -1624,6 +1624,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
{
$item['discount_rate'] = Tools::ps_round($item['discount_rate'], 4);
$item['tax_rate'] = Tools::ps_round($item['tax_rate'], 4);
$item['id_currency'] = $currency->id;
}
// renders list