verbindlichkeit add position with price 10 decimal places

This commit is contained in:
OpenXE 2024-07-25 10:46:54 +02:00
parent 663d5a4972
commit 3301e1ed55

View File

@ -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"',
'/>' '/>'