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