moved issue resolvers to #own resolvers folder, created first resolver CORE_INOUT_0007 for plausichecks

This commit is contained in:
KarpAlex
2022-10-03 19:25:32 +02:00
parent ae26c4d1ee
commit aee25c5252
17 changed files with 94 additions and 59 deletions
@@ -1077,7 +1077,7 @@ class PlausicheckLib
$qry = "
SELECT
DISTINCT pers.person_id
DISTINCT pers.person_id, status.studiensemester_kurzbz
FROM
public.tbl_prestudent pre
JOIN public.tbl_prestudentstatus status USING(prestudent_id)