From 61dcf61e9e295ca2fb866f88b6423068075c07ab Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 12 Jun 2018 11:47:48 +0200 Subject: [PATCH] =?UTF-8?q?exclude=20Abgewiesene=20ohne=20Status=20best?= =?UTF-8?q?=C3=A4tigt=20beim=20INteressenten,=20damit=20noch=20nicht=20abg?= =?UTF-8?q?eschickte=20Bewerbungen=20wieder=20in=20Liste=20sind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/system/infocenter/infocenterData.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/system/infocenter/infocenterData.php b/application/views/system/infocenter/infocenterData.php index 3f1dc5182..b012a0a1a 100755 --- a/application/views/system/infocenter/infocenterData.php +++ b/application/views/system/infocenter/infocenterData.php @@ -63,6 +63,7 @@ FROM public.tbl_studiensemester WHERE ende >= NOW() ) + AND not exists (select 1 from tbl_prestudentstatus psss where psss.prestudent_id = pss.prestudent_id and psss.status_kurzbz = \'Abgewiesener\' and psss.studiensemester_kurzbz = \'WS2018\') ORDER BY pss.datum DESC, pss.insertamum DESC, pss.ext_id DESC LIMIT 1 ) AS "SendDate",