Merge branch 'NewCategoriesInStocks' of https://github.com/TobiasSekan/dolibarr into NewCategoriesInStocks
This commit is contained in:
commit
f325c63055
@ -1979,7 +1979,7 @@ class Categorie extends CommonObject
|
||||
* @param Array $searchList A list with the selected categories
|
||||
* @return string A additional SQL SELECT query
|
||||
*/
|
||||
public static function getFilterSelectQuery($type, $rowIdName, $searchList)
|
||||
public static function getFilterSelectQuery($type, $rowIdName, $searchList)
|
||||
{
|
||||
if (empty($searchList) && !is_array($searchList))
|
||||
{
|
||||
|
||||
@ -55,4 +55,4 @@ class FormCategory extends Form
|
||||
|
||||
return $filter;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user