Fix: wrong path and add index.html

This commit is contained in:
Regis Houssin 2015-07-13 10:07:38 +02:00
parent 08c38feb98
commit f23afc3453
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