mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix rechnung
This commit is contained in:
parent
dfb78a577e
commit
40280fedda
@ -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,',','');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user