1.0.19 Release Fix.

This commit is contained in:
Patrick Fic
2021-05-31 14:20:54 -07:00
parent 63276f2f7d
commit 41b3262ff7
3 changed files with 15 additions and 8 deletions

View File

@@ -145,7 +145,7 @@ namespace BodyshopPartner.Utils
newJob.clm_no = item.Job.clm_no?.Value;
newJob.clm_amt = item.Job.clm_total?.Value;
var vehuuid = await Utils.Queries.VehicleQueries.GetVehicleUuidByVin(item?.Job?.vehicle?.data?.v_vin.Value ?? "");
var vehuuid = await Utils.Queries.VehicleQueries.GetVehicleUuidByVin(item?.Job?.vehicle?.data?.v_vin?.Value ?? "");
if (!string.IsNullOrEmpty(vehuuid))
{
newJob.est_data.vehicle = null;