IO-1424 Add other referral source
This commit is contained in:
@@ -359,6 +359,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
kmin
|
||||
kmout
|
||||
referral_source
|
||||
referral_source_other
|
||||
unit_number
|
||||
po_number
|
||||
special_coverage_policy
|
||||
@@ -964,6 +965,7 @@ export const CONVERT_JOB_TO_RO = gql`
|
||||
$driveable: Boolean
|
||||
$towin: Boolean
|
||||
$referral_source: String
|
||||
$referral_source_other: String
|
||||
) {
|
||||
update_jobs(
|
||||
where: { id: { _eq: $jobId } }
|
||||
@@ -975,6 +977,7 @@ export const CONVERT_JOB_TO_RO = gql`
|
||||
towin: $towin
|
||||
driveable: $driveable
|
||||
referral_source: $referral_source
|
||||
referral_source_other: $referral_source_other
|
||||
}
|
||||
) {
|
||||
returning {
|
||||
@@ -984,6 +987,7 @@ export const CONVERT_JOB_TO_RO = gql`
|
||||
class
|
||||
ins_co_nm
|
||||
referral_source
|
||||
referral_source_other
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1497,6 +1501,7 @@ export const QUERY_ALL_JOB_FIELDS = gql`
|
||||
rate_mash
|
||||
rate_matd
|
||||
referral_source
|
||||
referral_source_other
|
||||
regie_number
|
||||
selling_dealer
|
||||
selling_dealer_contact
|
||||
|
||||
Reference in New Issue
Block a user