mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-15 04:18:39 +00:00
autofixes
This commit is contained in:
parent
de4f7d31cb
commit
23ebcab323
|
|
@ -101,5 +101,5 @@ return [
|
||||||
'state' => PermissionCategory::POSITION,
|
'state' => PermissionCategory::POSITION,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@ final class BackendController extends Controller
|
||||||
|
|
||||||
if ($this->app->moduleManager->isActive('HumanResourceTimeRecording')) {
|
if ($this->app->moduleManager->isActive('HumanResourceTimeRecording')) {
|
||||||
/** @var \Modules\HumanResourceTimeRecording\Models\Session $lastOpenSession */
|
/** @var \Modules\HumanResourceTimeRecording\Models\Session $lastOpenSession */
|
||||||
$lastOpenSession = SessionMapper::getMostPlausibleOpenSessionForEmployee( $view->data['employee']->id);
|
$lastOpenSession = SessionMapper::getMostPlausibleOpenSessionForEmployee($view->data['employee']->id);
|
||||||
|
|
||||||
$start = new SmartDateTime('now');
|
$start = new SmartDateTime('now');
|
||||||
$start = $start->getEndOfDay();
|
$start = $start->getEndOfDay();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user