* Finish task #8942.
This commit is contained in:
@@ -493,6 +493,12 @@ class productModel extends model
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get product main action.
|
||||
*
|
||||
* @access public
|
||||
* @return string
|
||||
*/
|
||||
public function getProductMainAction()
|
||||
{
|
||||
return common::hasPriv('product', 'all') ? html::a(helper::createLink('product', 'all'), $this->lang->product->moreProduct, '', "class='btn btn-link'") : '';
|
||||
|
||||
Reference in New Issue
Block a user