IO-3108 Adjust Initial Values
Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -91,7 +91,9 @@ export function JobsConvertButton({ bodyshop, job, refetch, jobRO, insertAuditTr
|
|||||||
towin: job.towin,
|
towin: job.towin,
|
||||||
ca_gst_registrant: job.ca_gst_registrant,
|
ca_gst_registrant: job.ca_gst_registrant,
|
||||||
employee_csr: job.employee_csr,
|
employee_csr: job.employee_csr,
|
||||||
category: job.category
|
category: job.category,
|
||||||
|
referralsource: job.referralsource,
|
||||||
|
referral_source_extra: job.referral_source_extra ? job.referral_source_extra : ""
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|||||||
Reference in New Issue
Block a user