fix warnings3

Fixing PHP8 warnings
This commit is contained in:
Gurvan Kervern 2021-08-16 18:37:39 +08:00
parent d2e2dcf27e
commit f9c4ea8f6a

View File

@ -202,6 +202,9 @@ if ($reshook < 0) {
setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
}
//to remove PHP8 warnings down the line
$search_product_category = 0;
include DOL_DOCUMENT_ROOT.'/core/actions_changeselectedfields.inc.php';
// Do we click on purge search criteria ?