Merge pull request #7779 from atm-maxime/new_dict_filter_country

New dictionnaries are now pre-filtered on company country
This commit is contained in:
Laurent Destailleur 2017-11-11 17:30:26 +01:00 committed by GitHub
commit 2fe831db63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,7 @@ $pageprev = $page - 1;
$pagenext = $page + 1;
$search_country_id = GETPOST('search_country_id','int');
if($search_country_id == '') $search_country_id = $mysoc->country_id;
$search_code = GETPOST('search_code','alpha');
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context