mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-17 13:18:41 +00:00
autofixes
This commit is contained in:
parent
de4f7d31cb
commit
23ebcab323
|
|
@ -101,5 +101,5 @@ return [
|
|||
'state' => PermissionCategory::POSITION,
|
||||
],
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ final class BackendController extends Controller
|
|||
|
||||
if ($this->app->moduleManager->isActive('HumanResourceTimeRecording')) {
|
||||
/** @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 = $start->getEndOfDay();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user