Bugfix rechnung

This commit is contained in:
Xenomporio
2022-07-03 21:21:09 +02:00
parent dfb78a577e
commit 40280fedda
+2 -1
View File
@@ -18033,7 +18033,8 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
if ($value != "") {
//return $abkuerzung;
if($value == round($value, 2)) {
if($value == round((float) $value, 2)) {
return number_format((float)$value,2,',','');
}
}