Update modAdherent.class.php
This commit is contained in:
parent
73bcf3110d
commit
30b929c621
@ -181,7 +181,10 @@ class modAdherent extends DolibarrModules
|
|||||||
|
|
||||||
// Boxes
|
// Boxes
|
||||||
//-------
|
//-------
|
||||||
$this->boxes = array(0=>array('file'=>'box_members.php','enabledbydefaulton'=>'Home'));
|
$this->boxes = array(
|
||||||
|
0=>array('file'=>'box_members.php','enabledbydefaulton'=>'Home'),
|
||||||
|
2=>array('file'=>'box_birthdays_members.php','enabledbydefaulton'=>'Home')
|
||||||
|
);
|
||||||
|
|
||||||
// Permissions
|
// Permissions
|
||||||
//------------
|
//------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user