Add task name to queries.

This commit is contained in:
Patrick Fic
2023-07-28 09:34:27 -07:00
parent fe16329443
commit ff153cdd81
9 changed files with 120 additions and 96 deletions

View File

@@ -52,10 +52,7 @@ export function TimeTicketTaskModalComponent({
},
]}
>
<JobSearchSelectComponent
convertedOnly={!bodyshop.tt_allow_post_to_invoiced}
notExported={!bodyshop.tt_allow_post_to_invoiced}
/>
<JobSearchSelectComponent convertedOnly={true} notExported={true} />
</Form.Item>
<Space wrap>
<Form.Item name="task" label={t("timetickets.labels.task")}>