Merge branch 'NewCategoriesInStocks' of https://github.com/TobiasSekan/dolibarr into NewCategoriesInStocks

This commit is contained in:
Sekan, Tobias 2020-03-01 14:50:27 +01:00
commit f325c63055
2 changed files with 2 additions and 2 deletions

View File

@ -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))
{

View File

@ -55,4 +55,4 @@ class FormCategory extends Form
return $filter;
}
}
}