2
0
forked from Wavyzz/dolibarr

Debug module event organization

This commit is contained in:
Laurent Destailleur
2021-09-16 21:19:16 +02:00
parent ae028baea1
commit bf173fdbf1
3 changed files with 27 additions and 19 deletions

View File

@@ -134,7 +134,7 @@ if (!$sortorder) {
}
// Initialize array of search criterias
$search_all = GETPOST('search_all', 'alphanohtml') ? GETPOST('search_all', 'alphanohtml') : GETPOST('sall', 'alphanohtml');
$search_all = GETPOST('search_all', 'alphanohtml');
$search = array();
foreach ($object->fields as $key => $val) {
if (GETPOST('search_'.$key, 'alpha') !== '') {