[+] BO : added a new option for the products : do they appear in the catalog, in the search, both or neither
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13638 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -34,9 +34,11 @@ abstract class ModuleAdminControllerCore extends AdminController
|
||||
* @var Module
|
||||
*/
|
||||
public $module;
|
||||
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->controller_type = 'moduleadmin';
|
||||
|
||||
parent::__construct();
|
||||
|
||||
$tab = new Tab($this->id);
|
||||
|
||||
Reference in New Issue
Block a user