From bfe1c85405c99f194e2e074b4c3f2a9a67af7d8f Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Fri, 17 Feb 2012 12:17:49 +0000 Subject: [PATCH] =?UTF-8?q?Standardwert=20f=C3=BCr=20keine=20Studiengeb?= =?UTF-8?q?=C3=BChr=20gesetzt=20auf=200,00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soap/stip.soap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soap/stip.soap.php b/soap/stip.soap.php index a49c1488d..40f6c9180 100644 --- a/soap/stip.soap.php +++ b/soap/stip.soap.php @@ -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") {