mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
Bugfix bei Anzeige der Zahlungsbestätigung
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
foreach ($row['childs'] as $row_child)
|
||||
{
|
||||
$betrag += $row_child->betrag;
|
||||
$betrag = round($betrag, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user