mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Bugfix beim lva syncro
This commit is contained in:
@@ -67,7 +67,7 @@ function validate($row)
|
||||
$error_log[$row->studiengang_kz][]=printLVA($row).': Stundenblockung ist nicht größer 0';
|
||||
$valid=false;
|
||||
}
|
||||
if (!$row->semesterstunden>=0) {
|
||||
if (!($row->semesterstunden>=0)) {
|
||||
$error_log[$row->studiengang_kz][]=printLVA($row).': Semesterstunden sind nicht >= 0';
|
||||
$valid=false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user