mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
verbindlichkeit preise 5 decimals
This commit is contained in:
parent
fdad52f168
commit
c0de40ac86
@ -251,7 +251,7 @@ class Verbindlichkeit {
|
||||
);
|
||||
|
||||
$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)],
|
||||
'" min="0"',
|
||||
'"/>'
|
||||
|
Loading…
Reference in New Issue
Block a user