From fc637406a3b84e38b12457a242f215e323c5feda Mon Sep 17 00:00:00 2001 From: Nikolaus Krondraf Date: Fri, 28 Aug 2015 10:09:36 +0200 Subject: [PATCH] =?UTF-8?q?Bugfix=20bei=20Anzeige=20der=20Zahlungsbest?= =?UTF-8?q?=C3=A4tigung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/profile/zahlungen.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cis/private/profile/zahlungen.php b/cis/private/profile/zahlungen.php index 4e266d762..d5bc2fddf 100644 --- a/cis/private/profile/zahlungen.php +++ b/cis/private/profile/zahlungen.php @@ -94,6 +94,7 @@ foreach ($row['childs'] as $row_child) { $betrag += $row_child->betrag; + $betrag = round($betrag, 2); } }