IO-1185 Adjust contract find to use plate.

This commit is contained in:
Patrick Fic
2021-06-14 09:55:09 -07:00
parent f8c1087360
commit 5b9640a1de
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ export function PartsReceiveModalComponent({ bodyshop, form }) {
return (
<div>
<Form.Item name="fleet" label={t("courtesycars.fields.fleetnumber")}>
<Form.Item name="plate" label={t("courtesycars.fields.plate")}>
<Input />
</Form.Item>
<Form.Item