Skip to content

Commit

Permalink
new: #95 keeping project id when moving to report
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Delcroix committed Jun 11, 2019
1 parent eacfb95 commit 474ed1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/timesheet/core/modules/modtimesheet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ public function __construct($db)
// Example:
// $this->tabs[] = array('data'=>'objecttype:+tabname1:Title1:mylangfile@project_cost:$user->rights->project_cost->read:/project_cost/mynewtab1.php?id=__ID__'); // To add a new tab identified by code tabname1
$this->tabs[] = array('data'=>'project:+invoice:projectInvoice:timesheet@timesheet:$user->rights->facture->creer:/timesheet/TimesheetProjectInvoice.php?projectid=__ID__'); // To add a new tab identified by code tabname1
$this->tabs[] = array('data'=>'project:+report:projectReport:timesheet@timesheet:true:/timesheet/TimesheetReportProject.php?projectSelected=__ID__'); // To add a new tab identified by code tabname1
// Dictionaries
if(! isset($conf->mymodule->enabled)) {
$conf->mymodule=new stdClass();
Expand Down

0 comments on commit 474ed1a

Please sign in to comment.