Decoder changes for adjustrite.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BodyshopPartner.Utils
|
||||
Filepath = envfp,
|
||||
Cieca_Id = job.ciecaid,
|
||||
Clm_No = job.clm_no,
|
||||
Owner = job.ownr_fn?.Value + " " + job.ownr_ln?.Value,
|
||||
Owner = job.ownr_fn?.Value + " " + job.ownr_ln?.Value + " " + job.ownr_co_nm?.Value,
|
||||
Ins_Co_Nm = job.ins_co_nm?.Value,
|
||||
Vehicle = job.vehicle.data.v_model_yr.Value + " " + job.vehicle.data.v_make_desc.Value + " " + job.vehicle.data.v_model_desc.Value,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user