Update missing owner information.
This commit is contained in:
@@ -282,7 +282,7 @@ namespace BodyshopPartner.Utils.Decoder
|
|||||||
j.ownr_ph1 = readValues[78];
|
j.ownr_ph1 = readValues[78];
|
||||||
if (String.IsNullOrWhiteSpace(ownerRoot.ownr_ph1.Value))
|
if (String.IsNullOrWhiteSpace(ownerRoot.ownr_ph1.Value))
|
||||||
{
|
{
|
||||||
ownerRoot.ownr_ph1 = readValues[80];
|
j.ownr_ph1 = readValues[80];
|
||||||
}
|
}
|
||||||
//j.insd_ph1x = readValues[79];
|
//j.insd_ph1x = readValues[79];
|
||||||
// j.insd_ph2 = readValues[80];
|
// j.insd_ph2 = readValues[80];
|
||||||
@@ -290,6 +290,27 @@ namespace BodyshopPartner.Utils.Decoder
|
|||||||
|
|
||||||
j.ownr_ea = readValues[84];
|
j.ownr_ea = readValues[84];
|
||||||
|
|
||||||
|
ownerRoot.ownr_ln = readValues[68];
|
||||||
|
ownerRoot.ownr_fn = readValues[69];
|
||||||
|
ownerRoot.ownr_title = readValues[70];
|
||||||
|
ownerRoot.ownr_co_nm = readValues[71];
|
||||||
|
ownerRoot.ownr_addr1 = readValues[72];
|
||||||
|
ownerRoot.ownr_addr2 = readValues[73];
|
||||||
|
ownerRoot.ownr_city = readValues[74];
|
||||||
|
ownerRoot.ownr_st = readValues[75];
|
||||||
|
ownerRoot.ownr_zip = readValues[76];
|
||||||
|
ownerRoot.ownr_ctry = readValues[77];
|
||||||
|
ownerRoot.ownr_ph1 = readValues[78];
|
||||||
|
if (String.IsNullOrWhiteSpace(ownerRoot.ownr_ph1.Value))
|
||||||
|
{
|
||||||
|
ownerRoot.ownr_ph1 = readValues[80];
|
||||||
|
}
|
||||||
|
//ownerRoot.insd_ph1x = readValues[79];
|
||||||
|
// ownerRoot.insd_ph2 = readValues[80];
|
||||||
|
// ownerRoot.insd_ph2x = readValues[81];
|
||||||
|
|
||||||
|
ownerRoot.ownr_ea = readValues[84];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -159,10 +159,10 @@
|
|||||||
<Button Command="{Binding BrowseForPaintScalePathCommand, UpdateSourceTrigger=PropertyChanged}"
|
<Button Command="{Binding BrowseForPaintScalePathCommand, UpdateSourceTrigger=PropertyChanged}"
|
||||||
Margin="8"
|
Margin="8"
|
||||||
Content="{x:Static p:Resources.Label_BrowsePaintScalePath}" />
|
Content="{x:Static p:Resources.Label_BrowsePaintScalePath}" />
|
||||||
<Button Click="Button_Click"
|
<!--<Button Click="Button_Click"
|
||||||
Margin="8"
|
Margin="8"
|
||||||
Content="Test" />
|
Content="Test" />
|
||||||
<Separator />
|
<Separator />-->
|
||||||
<!--<Button DockPanel.Dock="Top"
|
<!--<Button DockPanel.Dock="Top"
|
||||||
Margin="8"
|
Margin="8"
|
||||||
Command="{Binding TestCommand}"
|
Command="{Binding TestCommand}"
|
||||||
|
|||||||
Reference in New Issue
Block a user