Merged in feature/IO-3623-Extend-Vendor-Discount (pull request #3152)

IO-3623 Extend Vendor Discount to Precision 3

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2026-03-24 17:49:40 +00:00
committed by Dave Richer

View File

@@ -152,7 +152,7 @@ export function VendorsFormComponent({ bodyshop, form, formLoading, handleDelete
{!isPartsEntry && (
<>
<Form.Item label={t("vendors.fields.discount")} name="discount">
<InputNumber min={0} max={1} precision={2} step={0.01} />
<InputNumber min={0} max={1} precision={3} step={0.01} />
</Form.Item>
<Form.Item label={t("vendors.fields.due_date")} name="due_date">