IO-1687 Add payable due date.

This commit is contained in:
Patrick Fic
2022-02-08 11:07:31 -08:00
parent 46731975e6
commit ffb39bbee7
5 changed files with 13 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ export default function VendorsFormComponent({
<InputNumber min={0} max={1} precision={2} step={0.01} />
</Form.Item>
<Form.Item label={t("vendors.fields.due_date")} name="due_date">
<InputNumber />
<InputNumber min={0} />
</Form.Item>
{
// <Form.Item