diff --git a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx index 6aa8e579c..d0f4b180e 100644 --- a/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx +++ b/client/src/components/bill-enter-modal/bill-enter-modal.container.jsx @@ -6,10 +6,7 @@ import { useTranslation } from "react-i18next"; import { connect } from "react-redux"; import { createStructuredSelector } from "reselect"; import { INSERT_NEW_BILL } from "../../graphql/bills.queries"; -import { - UPDATE_JOB_LINE, - UPDATE_JOB_LINE_STATUS, -} from "../../graphql/jobs-lines.queries"; +import { UPDATE_JOB_LINE } from "../../graphql/jobs-lines.queries"; import { QUERY_JOB_LBR_ADJUSTMENTS, UPDATE_JOB, diff --git a/client/src/graphql/bills.queries.js b/client/src/graphql/bills.queries.js index a4a870ee3..706fb0047 100644 --- a/client/src/graphql/bills.queries.js +++ b/client/src/graphql/bills.queries.js @@ -32,6 +32,7 @@ export const QUERY_ALL_BILLS_PAGINATED = gql` order_by: $order ) { id + vendorid vendor { id name