Issues resolved with Bill Enter Modal IO-480
This commit is contained in:
@@ -30,7 +30,7 @@ export const QUERY_JOBS_FOR_EXPORT = gql`
|
||||
|
||||
export const QUERY_BILLS_FOR_EXPORT = gql`
|
||||
query QUERY_BILLS_FOR_EXPORT {
|
||||
bills(where: { exported: { _eq: false } }) {
|
||||
bills(where: { exported: { _eq: false }, isinhouse: { _eq: false } }) {
|
||||
id
|
||||
exported
|
||||
date
|
||||
|
||||
Reference in New Issue
Block a user