[+] BO : added a new option for the products : do they appear in the catalog, in the search, both or neither

This commit is contained in:
dMetzger
2012-02-27 15:55:40 +00:00
parent 2df28a854f
commit 16cfca9bff
15 changed files with 134 additions and 30 deletions
+1
View File
@@ -259,6 +259,7 @@ class AdminControllerCore extends Controller
public function __construct()
{
$this->controller_type = 'admin';
$this->controller_name = get_class($this);
if (strpos($this->controller_name, 'Controller'))
$this->controller_name = substr($this->controller_name, 0, -10);