diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index cb5771f869..e9046a3be4 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -874,6 +874,7 @@ class timesheet_ui extends timesheet_bo 'row_modified' => 'ts_modified', //'actions' => $this->get_actions(), 'default_cols' => '!legacy_actions', // switch legacy actions column and row off by default + 'pm_integration' => $this->pm_integration, ); } $content['nm']['actions'] = $this->get_actions($content['nm']); diff --git a/timesheet/templates/default/index.xet b/timesheet/templates/default/index.xet index daa0c9b6ea..f865f61232 100644 --- a/timesheet/templates/default/index.xet +++ b/timesheet/templates/default/index.xet @@ -2,7 +2,7 @@