* Finish task #44987,44988,44989.

This commit is contained in:
mayue
2021-11-29 16:15:50 +08:00
parent fea372ea26
commit 7a5c062947
+1 -1
View File
@@ -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. */