[-] BO : Fix carrier association listing on warehouse form

This commit is contained in:
rGaillard
2012-11-06 15:23:57 +00:00
parent 3d6d183ee7
commit 3918fe70b9
2 changed files with 6 additions and 3 deletions
@@ -349,7 +349,7 @@ class AdminWarehousesControllerCore extends AdminController
$ids_shop[] = $shop['id_shop'];
// loads current carriers associated with this warehouse
$carriers = $obj->getCarriers();
$carriers = $obj->getCarriers(true);
// if an address is available : force specific fields values
if ($address != null)