diff --git a/module/branch/control.php b/module/branch/control.php index 010fd1dd44..06e9e7209d 100644 --- a/module/branch/control.php +++ b/module/branch/control.php @@ -20,6 +20,8 @@ class branch extends control */ public function manage($productID) { + $this->lang->product->switcherMenu = $this->product->getSwitcher(); + if($_POST) { $this->branch->manage($productID);