verbindlichkeit preis 10 decimal places

This commit is contained in:
OpenXE 2024-06-25 11:34:17 +02:00
parent 4bbafdf5cb
commit e94894bad6
2 changed files with 2 additions and 2 deletions

View File

@ -112329,7 +112329,7 @@
}, },
{ {
"Field": "preis", "Field": "preis",
"Type": "decimal(14,5)", "Type": "decimal(14,10)",
"Collation": null, "Collation": null,
"Null": "NO", "Null": "NO",
"Key": "", "Key": "",

View File

@ -32,7 +32,7 @@
{|Preis|}: {|Preis|}:
</td> </td>
<td> <td>
<input type="number" name="preis" id="preis" step="0.00001" value="[PREIS]" size="20" [SAVEDISABLED]> <input type="number" name="preis" id="preis" step="0.0000000001" value="[PREIS]" size="20" [SAVEDISABLED]>
</td> </td>
</tr> </tr>
<tr> <tr>