Decoder updates & local media server scripts.

This commit is contained in:
Patrick Fic
2022-05-18 09:57:09 -07:00
parent 6eff2dbb31
commit 49ddd06aff
5 changed files with 41 additions and 4 deletions

View File

@@ -280,12 +280,12 @@ namespace BodyshopPartner.Utils.Decoder
j.ownr_zip = readValues[76];
j.ownr_ctry = readValues[77];
j.ownr_ph1 = readValues[78];
if (String.IsNullOrWhiteSpace(ownerRoot.ownr_ph1.Value))
if (String.IsNullOrWhiteSpace(j.ownr_ph1.Value))
{
j.ownr_ph1 = readValues[80];
}
//j.insd_ph1x = readValues[79];
// j.insd_ph2 = readValues[80];
j.ownr_ph2 = readValues[80];
// j.insd_ph2x = readValues[81];
j.ownr_ea = readValues[84];
@@ -306,7 +306,7 @@ namespace BodyshopPartner.Utils.Decoder
ownerRoot.ownr_ph1 = readValues[80];
}
//ownerRoot.insd_ph1x = readValues[79];
// ownerRoot.insd_ph2 = readValues[80];
ownerRoot.ownr_ph2 = readValues[80];
// ownerRoot.insd_ph2x = readValues[81];
ownerRoot.ownr_ea = readValues[84];