From 7a5c0629470375a52042f98c67db5e2a44120dea Mon Sep 17 00:00:00 2001 From: mayue Date: Mon, 29 Nov 2021 16:15:50 +0800 Subject: [PATCH] * Finish task #44987,44988,44989. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index c5df21c1e7..4a8f99f8b6 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -220,7 +220,7 @@ class execution extends control $product = $this->product->getById($productID); if(!empty($product) and $product->type != 'normal') { - $lang->datatable->showBranch = sprintf($lang->datatable->showBranch, $lang->product->branchName[$product->type]); + $this->lang->datatable->showBranch = sprintf($this->lang->datatable->showBranch, $this->lang->product->branchName[$product->type]); } /* Build the search form. */