Update modAdherent.class.php

This commit is contained in:
ptibogxiv 2019-08-23 13:57:22 +02:00 committed by GitHub
parent 73bcf3110d
commit 30b929c621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,10 @@ class modAdherent extends DolibarrModules
// 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
//------------