Merge pull request #20497 from OPEN-DSI/14.0_fix_compta_stats_casoc
FIX - Fix search by filters
This commit is contained in:
commit
c5a67f074b
@ -57,6 +57,7 @@ $socid = GETPOST('socid', 'int');
|
||||
|
||||
// Category
|
||||
$selected_cat = (int) GETPOST('search_categ', 'int');
|
||||
if ($selected_cat == -1) $selected_cat = '';
|
||||
$subcat = false;
|
||||
if (GETPOST('subcat', 'alpha') === 'yes') {
|
||||
$subcat = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user