Allow time ticket entry for RO jobs IO-741

This commit is contained in:
Patrick Fic
2021-03-04 09:28:04 -08:00
parent 17cb3d11eb
commit 92ee548713
5 changed files with 26 additions and 21 deletions

View File

@@ -828,7 +828,6 @@ export const SEARCH_JOBS_FOR_AUTOCOMPLETE = gql`
search_jobs(
args: { search: $search }
limit: 50
order_by: { ro_number: desc_nulls_last }
where: {
_and: {
converted: { _eq: $isConverted }