Merge branch 'ticket-14698-sensefuel' into develop

This commit is contained in:
Michael RICOIS 2017-12-01 14:25:19 +01:00
commit 29dbeaf402

View File

@ -7,7 +7,7 @@ class SenseFuel extends Module
public static $ACTIVE_VERSION_ARRAY = array('com', 'fr');
public static $SETUP_VERSION_ARRAY = array();
private $display = false;
private $display = true;
public function __construct()
{
@ -46,10 +46,10 @@ class SenseFuel extends Module
global $cookie;
// Groupe test
$groups = Customer::getGroupsStatic($cookie->id_customer);
/*$groups = Customer::getGroupsStatic($cookie->id_customer);
if (in_array(2, array_values($groups))) {
$this->display = true;
}
}*/
}
public function hookTop($params)