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

@@ -219,6 +219,7 @@ export const GET_JOB_LINES_TO_ENTER_BILL = gql`
id
ro_number
}
v_make_desc
}
}
`;

View File

@@ -104,6 +104,7 @@ export const SEARCH_VENDOR_AUTOCOMPLETE = gql`
id
cost_center
active
favorite
}
}
`;