mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
erpapi FormatMenge default 0 decimal places
This commit is contained in:
parent
e0a049608e
commit
ad3207d67c
@ -1503,7 +1503,7 @@ public function NavigationHooks(&$menu)
|
||||
}
|
||||
|
||||
// @refactor DbHelper Komponente
|
||||
function FormatMenge($spalte, $decimals = 8)
|
||||
function FormatMenge($spalte, $decimals = 0)
|
||||
{
|
||||
return ('FORMAT('.$spalte.','.$decimals.',\'de_DE\')');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user