// StockCover : udpated default warehouse

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9582 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-10-24 10:13:39 +00:00
parent 6ca032c3be
commit 82c611f092
@@ -216,7 +216,7 @@ class AdminStockCoverControllerCore extends AdminController
if ($warehouse == 0)
{
$warehouse = null;
$warehouse = -1;
if ((int)Tools::getValue('coverage_warehouse'))
$warehouse = (int)Tools::getValue('coverage_warehouse');
else if ((int)$this->context->cookie->warehouse)