mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Clean search_status
This commit is contained in:
@@ -75,7 +75,7 @@ $pagenext = $page + 1;
|
||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||
$contextpage = 'receptionlist';
|
||||
|
||||
$search_status = GETPOST('search_status');
|
||||
$search_status = GETPOST('search_status', 'intcomma');
|
||||
|
||||
$object = new Reception($db);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user