OEC Updates.

This commit is contained in:
Patrick Fic
2021-12-01 14:42:58 -08:00
parent 1db1b0c40c
commit 558e0c8474
2 changed files with 3 additions and 3 deletions

View File

@@ -386,7 +386,7 @@ namespace BodyshopPartner.Utils
partsOrderLine.jobline?.line_no?.Value,
partsOrderLine.jobline?.line_ind?.Value,
partsOrderLine.jobline?.line_ref?.Value,
partsOrderLine.jobline?.tran_code?.Value,
partsOrderLine.jobline?.tran_code?.Value ?? "1",
partsOrderLine.jobline?.db_ref?.Value,
partsOrderLine.jobline?.unq_seq?.Value,
partsOrderLine.jobline?.who_pays?.Value,

View File

@@ -162,9 +162,9 @@
<Button Command="{Binding BrowseForPaintScalePathCommand, UpdateSourceTrigger=PropertyChanged}"
Margin="8"
Content="{x:Static p:Resources.Label_BrowsePaintScalePath}" />
<Button Command="{Binding TestCommand}"
<!--<Button Command="{Binding TestCommand}"
Margin="8"
Content="OE Test" />
Content="OE Test" />-->
<!--<Button Click="Button_Click"
Margin="8"
Content="Test" />