Merged in release/2024-02-02 (pull request #1273)
IO-2630 Adjust Query to match Tags
This commit is contained in:
@@ -2415,7 +2415,6 @@ export const QUERY_PARTS_QUEUE_CARD_DETAILS = gql`
|
|||||||
joblines(
|
joblines(
|
||||||
order_by: { line_no: asc }
|
order_by: { line_no: asc }
|
||||||
where: {
|
where: {
|
||||||
act_price: { _neq: 0 }
|
|
||||||
part_type: {
|
part_type: {
|
||||||
_in: [
|
_in: [
|
||||||
"PAN"
|
"PAN"
|
||||||
@@ -2425,8 +2424,6 @@ export const QUERY_PARTS_QUEUE_CARD_DETAILS = gql`
|
|||||||
"PAA"
|
"PAA"
|
||||||
"PAM"
|
"PAM"
|
||||||
"PAP"
|
"PAP"
|
||||||
"PAS"
|
|
||||||
"PASL"
|
|
||||||
"PAG"
|
"PAG"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user