mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix fibu_buchungen rounding
This commit is contained in:
parent
38cf7c3bc2
commit
011f2915c1
@ -976,7 +976,9 @@ class Fibu_buchungen {
|
||||
}
|
||||
}
|
||||
$override = $this->app->Secure->GetPOST('override');
|
||||
$diff = $gesamtnum-$von_saldonum;
|
||||
$diff = round($gesamtnum-$von_saldonum,2);
|
||||
$gesamtnum = round($von_saldonum,2);
|
||||
$von_saldonum = round($von_saldonum,2);
|
||||
|
||||
if (
|
||||
($von_saldonum < 0 && ($gesamtnum < $von_saldonum)) ||
|
||||
|
Loading…
Reference in New Issue
Block a user