[-] BO : fixed bug #PSCFV-4471

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17603 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-28 08:35:07 +00:00
parent b1cf1031cc
commit 72d32a7242
2 changed files with 2 additions and 2 deletions
@@ -251,7 +251,7 @@ class AdminWarehousesControllerCore extends AdminController
'required' => false,
'multiple' => true,
'options' => array(
'query' => Carrier::getCarriers($this->context->language->id, true),
'query' => Carrier::getCarriers($this->context->language->id, false, false, false, null, Carrier::ALL_CARRIERS),
'id' => 'id_reference',
'name' => 'name'
),