mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-31 18:40:22 +02: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 (
|
$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"],
|
['sql' => "TRIM(COALESCE(bp.preis,0))+0"],
|
||||||
'" min="0"',
|
'" min="0"',
|
||||||
'/>'
|
'/>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user