// Wharehouse view bootstrap fix

This commit is contained in:
Jerome Nadaud
2013-09-24 16:20:05 +02:00
parent 479662aa10
commit a175e603ef
2 changed files with 76 additions and 73 deletions
@@ -397,6 +397,8 @@ class AdminWarehousesControllerCore extends AdminController
$address = new Address($warehouse->id_address);
$shops = $warehouse->getShops();
$this->toolbar_title = $warehouse->name;
// checks objects
if (!Validate::isLoadedObject($warehouse) ||
!Validate::isLoadedObject($employee) ||