- anpassungen fuer bewerberautofill

This commit is contained in:
ma0048
2023-09-07 14:34:20 +02:00
parent fc4915a6ee
commit 0e1f4148f5
2 changed files with 4 additions and 4 deletions
@@ -467,7 +467,7 @@ class ReihungstestJob extends JOB_Controller
$this->PrestudentstatusModel->addJoin('public.tbl_person', 'person_id');
$yesterdays_applicants_arr = $this->PrestudentstatusModel->loadWhere('
status_kurzbz = \'Interessent\' AND
status_kurzbz IN (\'Interessent\', \'Bewerber\') AND
typ = \'b\' AND
bestaetigtam = current_date - 1
');