erpapi FormatMenge default 0 decimal places

This commit is contained in:
OpenXE
2023-02-10 11:08:03 +01:00
parent e0a049608e
commit ad3207d67c
+1 -1
View File
@@ -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\')');