IO-788 Insensitive invoice query.
This commit is contained in:
@@ -206,7 +206,7 @@ export const CHECK_BILL_INVOICE_NUMBER = gql`
|
|||||||
bills_aggregate(
|
bills_aggregate(
|
||||||
where: {
|
where: {
|
||||||
_and: {
|
_and: {
|
||||||
invoice_number: { _eq: $invoice_number }
|
invoice_number: { _ilike: $invoice_number }
|
||||||
vendorid: { _eq: $vendorid }
|
vendorid: { _eq: $vendorid }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user