Merge pull request #3190 from hregis/3.8_bug2

Fix: wrong path and add index.html
This commit is contained in:
Laurent Destailleur 2015-07-16 10:07:31 +02:00
commit cbce66bba8
2 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class modHoliday extends DolibarrModules
// 'group' to add a tab in group view
// 'contact' to add a tab in contact view
// 'categories_x' to add a tab in category view (replace 'x' by type of category (0=product, 1=supplier, 2=customer, 3=member)
$this->tabs = array('user:+paidholidays:CPTitreMenu:holiday:$user->rights->holiday->write:/holiday/index.php?mainmenu=holiday&id=__ID__');
$this->tabs = array('user:+paidholidays:CPTitreMenu:holiday:$user->rights->holiday->write:/holiday/list.php?mainmenu=holiday&id=__ID__');
// Boxes
$this->boxes = array(); // List of boxes

View File