Neue Filter bei PreInteressenten

- Bewerbung nicht abgeschickt
- Bewerbung abgeschickt, Status unbestätigt
- Status bestätigt
This commit is contained in:
kindlm
2016-01-25 17:08:32 +01:00
parent 109bc2e938
commit de1308f280
3 changed files with 26 additions and 4 deletions
+4 -1
View File
@@ -587,8 +587,11 @@ class prestudent extends person
case "interessenten":
$qry.=" AND a.rolle='Interessent'";
break;
case "bewerbungnichtabgeschickt":
$qry.=" AND a.rolle='Interessent' AND bewerbung_abgeschicktamum is null";
break;
case "bewerbungabgeschickt":
$qry.=" AND a.rolle='Interessent' AND bewerbung_abgeschicktamum is not null";
$qry.=" AND a.rolle='Interessent' AND bewerbung_abgeschicktamum is not null AND bestaetigtam is null";
break;
case "statusbestaetigt":
$qry.=" AND a.rolle='Interessent' AND bestaetigtam is not null";