IO-3108 Adjust Initial Values

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2025-01-23 14:49:51 -08:00
parent 11e2f5d83d
commit 4c737371e3

View File

@@ -91,7 +91,9 @@ export function JobsConvertButton({ bodyshop, job, refetch, jobRO, insertAuditTr
towin: job.towin,
ca_gst_registrant: job.ca_gst_registrant,
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