V29 Release to resolve ARMS uploader issues.

This commit is contained in:
Patrick Fic
2022-02-08 14:31:39 -08:00
parent 9c126b3c97
commit b83599b793
4 changed files with 7 additions and 9 deletions

View File

@@ -159,11 +159,7 @@ query ENTEGRAL_EXPORT($bodyshopid: uuid!, $start: timestamptz!, $end: timestampt
foreach (dynamic job in data.jobs)
{
logger.Debug(job.ro_number);
if (job.ro_number == "41040")
{
logger.Debug("the job.");
}
var RoNumber = string.Join("", Regex.Matches((string)(job.ro_number?.Value), @"\d").OfType<Match>().Select(m => m.Value));
var VehicleYr = string.Join("", Regex.Matches((string)(job.v_model_yr?.Value ?? ""), @"\d").OfType<Match>().Select(m => m.Value));