Merged in feature/IO-2265-Autohouse-Extract (pull request #773)

IO-2265 Autohouse Extract Remove Customer Info

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2023-05-10 15:24:27 +00:00
committed by Patrick Fic

View File

@@ -265,20 +265,20 @@ const CreateRepairOrderTag = (job, errorCallback) => {
}${job.est_ct_fn ? job.est_ct_fn : ""}`, }${job.est_ct_fn ? job.est_ct_fn : ""}`,
}, },
CustomerInformation: { CustomerInformation: {
FirstName: job.ownr_fn || "", FirstName: "",
LastName: job.ownr_ln || "", LastName: "",
Street: job.ownr_addr1 || "", Street: "",
City: job.ownr_city || "", City: "",
State: job.ownr_st || "", State: "",
Zip: (job.ownr_zip && job.ownr_zip.substring(0, 3)) || "", Zip: (job.ownr_zip && job.ownr_zip.substring(0, 3)) || "",
Phone1: job.ownr_ph1 || "", Phone1: "",
Phone2: null, Phone2: null,
Phone2Extension: null, Phone2Extension: null,
Phone3: null, Phone3: null,
Phone3Extension: null, Phone3Extension: null,
FileComments: null, FileComments: null,
Source: null, Source: null,
Email: job.ownr_ea || "", Email: "",
RetWhsl: null, RetWhsl: null,
Cat: null, Cat: null,
InsuredorClaimantFlag: null, InsuredorClaimantFlag: null,