Fix lint errors
This commit is contained in:
parent
0e55495c3e
commit
754058b990
@ -32,7 +32,7 @@ class FormCategory extends Form
|
|||||||
* @param Array $preSelected A list with the elements that should pre-selected
|
* @param Array $preSelected A list with the elements that should pre-selected
|
||||||
* @return string A HTML filter box (Note: selected results can get with GETPOST("search_category_".$type."_list"))
|
* @return string A HTML filter box (Note: selected results can get with GETPOST("search_category_".$type."_list"))
|
||||||
*/
|
*/
|
||||||
public function GetFilterBox($type, $preSelected)
|
public function getFilterBox($type, $preSelected)
|
||||||
{
|
{
|
||||||
// phpcs:enable
|
// phpcs:enable
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|||||||
@ -341,7 +341,7 @@ $moreforfilter = '';
|
|||||||
|
|
||||||
if (!empty($conf->categorie->enabled))
|
if (!empty($conf->categorie->enabled))
|
||||||
{
|
{
|
||||||
$moreforfilter .= $form->GetFilterBox(Categorie::TYPE_WAREHOUSE, $search_category_list);
|
$moreforfilter .= $form->getFilterBox(Categorie::TYPE_WAREHOUSE, $search_category_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*$moreforfilter.='<div class="divsearchfield">';
|
/*$moreforfilter.='<div class="divsearchfield">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user