IO-2420 Prefered Vendor for Bill Entry

This commit is contained in:
Allan Carr
2023-10-20 13:55:21 -07:00
parent 8d43fbfcd9
commit 7825aa4122
4 changed files with 9 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ export function BillFormComponent({
job,
loadOutstandingReturns,
loadInventory,
preferredMake,
}) {
const { t } = useTranslation();
const client = useApolloClient();
@@ -185,6 +186,7 @@ export function BillFormComponent({
<VendorSearchSelect
disabled={disabled}
options={vendorAutoCompleteOptions}
preferredMake={preferredMake}
onSelect={handleVendorSelect}
/>
</Form.Item>