Skip to content

Commit

Permalink
Fix : contract service list context was mixing up with service list f…
Browse files Browse the repository at this point in the history
…rom product/service module
  • Loading branch information
atm-maxime committed Feb 12, 2018
1 parent c4277c1 commit ef05171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contrat/services.php
Expand Up @@ -75,7 +75,7 @@
$filter_opcloture=GETPOST('filter_opcloture');

// Initialize context for list
$contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'servicelist'.$mode;
$contextpage=GETPOST('contextpage','aZ')?GETPOST('contextpage','aZ'):'contractservicelist'.$mode;

// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
$hookmanager->initHooks(array($contextpage));
Expand Down

0 comments on commit ef05171

Please sign in to comment.