mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
verbindlichkeit preise 5 decimals
This commit is contained in:
parent
fdad52f168
commit
c0de40ac86
@ -251,7 +251,7 @@ class Verbindlichkeit {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$preise = array (
|
$preise = array (
|
||||||
'<input type="number" name="preise[]" step="0.01" value="',
|
'<input type="number" name="preise[]" step="0.00001" value="',
|
||||||
['sql' => $this->app->erp->FormatMenge("COALESCE(bp.preis,0)",2)],
|
['sql' => $this->app->erp->FormatMenge("COALESCE(bp.preis,0)",2)],
|
||||||
'" min="0"',
|
'" min="0"',
|
||||||
'"/>'
|
'"/>'
|
||||||
|
Loading…
Reference in New Issue
Block a user