mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Standardwert für keine Studiengebühr gesetzt auf 0,00
This commit is contained in:
+2
-2
@@ -117,8 +117,8 @@ function GetStipendienbezieherStip($parameters)
|
||||
$studGebuehr = str_replace('.', ',', $studGebuehr);
|
||||
|
||||
// wenn nicht bezahlt
|
||||
/* if($studGebuehr == "")
|
||||
$studGebuehr = "0,00"; */
|
||||
if($studGebuehr == "")
|
||||
$studGebuehr = "0,00";
|
||||
|
||||
if($BezieherStip->Typ == "as" || $BezieherStip->Typ == "AS")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user