Add in $0 target for jobs under 20000 KM.
This commit is contained in:
@@ -100,6 +100,7 @@ export const QUERY_JOB_BY_PK = gql`
|
||||
close_date
|
||||
updated_at
|
||||
requires_reimport
|
||||
v_mileage
|
||||
joblines(order_by: { line_no: asc }) {
|
||||
id
|
||||
line_no
|
||||
@@ -170,6 +171,7 @@ export const UPDATE_JOB = gql`
|
||||
group
|
||||
group_verified
|
||||
requires_reimport
|
||||
v_mileage
|
||||
joblines(order_by: { line_no: asc }) {
|
||||
id
|
||||
act_price
|
||||
|
||||
Reference in New Issue
Block a user