Correct vehicle pickup.

This commit is contained in:
Patrick Fic
2024-11-22 08:32:43 -08:00
parent 63f18cdcae
commit a69f77fc53
3 changed files with 3 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ namespace RomeOnlinePartner.Utils
newJob.vehicle_info = item.Job.vehicle.data.v_model_yr?.Value + " " + item.Job.vehicle.data.v_make_desc?.Value + " " + item.Job.vehicle.data.v_model_desc?.Value;
newJob.clm_no = item.Job.clm_no?.Value;
newJob.clm_amt = item.Job.clm_total?.Value;
newJob.source_system = item.Job.source_system?.Value;
var vehuuid = await Utils.Queries.VehicleQueries.GetVehicleUuidByVin(item?.Job?.vehicle?.data?.v_vin?.Value ?? "");
if (!string.IsNullOrEmpty(vehuuid))