mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Merge master into feature-10422/ZeiterfassungInfomails
This commit is contained in:
@@ -202,4 +202,11 @@ class Mitarbeiter_model extends DB_Model
|
||||
}
|
||||
return success($kurzbz);
|
||||
}
|
||||
|
||||
public function getEmployeesZeitaufzeichnungspflichtig()
|
||||
{
|
||||
$qry = "SELECT DISTINCT mitarbeiter_uid FROM bis.tbl_bisverwendung WHERE beginn <= now() and (ende >= now() OR ende is NULL) AND zeitaufzeichnungspflichtig is TRUE
|
||||
ORDER BY mitarbeiter_uid";
|
||||
return $this->execQuery($qry);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user