Modified job search select to include additoinal filters IO-417

This commit is contained in:
Patrick Fic
2020-12-07 14:25:50 -08:00
parent d44db5662d
commit 3506f61711
5 changed files with 45 additions and 19 deletions

View File

@@ -78,6 +78,8 @@ export function BillFormComponent({
>
<JobSearchSelect
disabled={billEdit || disabled}
convertedOnly
// notExported={false}
onBlur={() => {
if (form.getFieldValue("jobid") !== null) {
loadLines({ variables: { id: form.getFieldValue("jobid") } });