Add missing filter on job search select.

This commit is contained in:
Patrick Fic
2023-05-24 11:13:55 -07:00
parent 3a9e989d70
commit 3ecd29c640

View File

@@ -96,8 +96,9 @@ export function TimeTicketModalComponent({
]}
>
<JobSearchSelect
convertedOnly={!bodyshop.tt_allow_post_to_invoiced}
convertedOnly={true}
notExported={!bodyshop.tt_allow_post_to_invoiced}
notInvoiced={!bodyshop.tt_allow_post_to_invoiced}
/>
</Form.Item>
)}