1.0.19 Release Fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user