bpk-Prüfung auskommentiert

This commit is contained in:
Unknown
2020-11-09 15:16:54 +01:00
parent ef3b86af4a
commit e499a07d7e
+4 -4
View File
@@ -751,7 +751,7 @@ function GenerateXMLStudentBlock($row)
{
$error_log.=(!empty($error_log)?', ':'')."Heimat-Nation ('".$nation."')";
}
if($row->bpk == '' || $row->bpk == null)
/*if($row->bpk == '' || $row->bpk == null)
{
$error_log .= (!empty($error_log) ? ', ' : '') . "bPK fehlt";
}
@@ -766,7 +766,7 @@ function GenerateXMLStudentBlock($row)
{
$error_log.=(!empty($error_log) ? ', ' : ''). "bPK ist nicht 28 Zeichen lang";
}
}
}*/
if (!$ausserordentlich && !$incoming)
{
if ($zustell_plz == '' || $zustell_plz == null)
@@ -1198,9 +1198,9 @@ function GenerateXMLStudentBlock($row)
<ErsKz>" . $row->ersatzkennzeichen . "</ErsKz>";
}
$datei .= "
/*$datei .= "
<bPK>" . $row->bpk . "</bPK>
";
";*/
$datei .= "
<StaatsangehoerigkeitCode>" . $row->staatsbuergerschaft . "</StaatsangehoerigkeitCode>