PrestudentCheckLib: correct return value for checkIfMeldestichtagErreicht

This commit is contained in:
cgfhtw
2024-07-18 13:51:14 +02:00
parent 605ecb164a
commit 7db059b910
@@ -276,7 +276,7 @@ class PrestudentstatusCheckLib
if (isError($result))
return $result;
return success(getData($result) != "1");
return success(getData($result) == "1");
}
/**