IO-1755 Add tax number to owner.

This commit is contained in:
Patrick Fic
2022-07-19 13:14:22 -07:00
parent 385de3eaaa
commit 179147dc4e
12 changed files with 76 additions and 5 deletions

View File

@@ -94,6 +94,12 @@ export default function OwnerDetailFormComponent({ form, loading }) {
>
<Input />
</Form.Item>
<Form.Item
label={t("owners.fields.tax_number")}
name="tax_number"
>
<Input />
</Form.Item>
</LayoutFormRow>
<Form.Item label={t("owners.fields.note")} name="note">
<Input.TextArea rows={4} />