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. */