IO-1865 Add employee external ID

This commit is contained in:
Patrick Fic
2022-05-06 09:46:26 -07:00
parent e56424c9b3
commit 467841bea2
10 changed files with 42 additions and 0 deletions

View File

@@ -328,6 +328,12 @@ export function ShopEmployeesFormComponent({ bodyshop }) {
>
<Input />
</Form.Item>
<Form.Item
label={t("employees.fields.external_id")}
name="external_id"
>
<Input />
</Form.Item>
</LayoutFormRow>
<Form.List name={["rates"]}>
{(fields, { add, remove, move }) => {