From be6bc36c8d725bb46b91c51accd6946edd0ae863 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Wed, 23 Sep 2020 17:27:59 +0800 Subject: [PATCH] * Fix branch menu. --- module/branch/control.php | 2 ++ 1 file changed, 2 insertions(+) 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);