mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
verbindlichkeit add position with price 10 decimal places
This commit is contained in:
parent
663d5a4972
commit
3301e1ed55
@ -250,7 +250,7 @@ class Verbindlichkeit {
|
||||
);
|
||||
|
||||
$preise = array (
|
||||
'<input type="number" name="preise[]" step="0.00001" value="',
|
||||
'<input type="number" name="preise[]" step="0.0000000001" value="',
|
||||
['sql' => "TRIM(COALESCE(bp.preis,0))+0"],
|
||||
'" min="0"',
|
||||
'/>'
|
||||
|
Loading…
Reference in New Issue
Block a user