billable timesheets, inactive projects report, bookmark export search (#2503)
This commit is contained in:
@@ -380,6 +380,11 @@ class User extends BaseUser implements UserInterface
|
||||
return $this->getPreferenceValue('theme.layout', 'fixed') === 'boxed';
|
||||
}
|
||||
|
||||
public function isExportDecimal(): bool
|
||||
{
|
||||
return (bool) $this->getPreferenceValue('timesheet.export_decimal', false);
|
||||
}
|
||||
|
||||
public function setTimezone(?string $timezone)
|
||||
{
|
||||
if ($timezone === null) {
|
||||
|
||||
Reference in New Issue
Block a user