diff --git a/ENI-2/ENI2/ENI2/App.config b/ENI-2/ENI2/ENI2/App.config index 7c718e72..36e38948 100644 --- a/ENI-2/ENI2/ENI2/App.config +++ b/ENI-2/ENI2/ENI2/App.config @@ -31,7 +31,7 @@ - Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=E:\DATA\DB\NSW.MDF;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False + Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=E:\DATA\DB\NSW.MDF;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False diff --git a/ENI-2/ENI2/ENI2/Controls/POListControl.xaml b/ENI-2/ENI2/ENI2/Controls/POListControl.xaml index 7955eec0..cafbeb49 100644 --- a/ENI-2/ENI2/ENI2/Controls/POListControl.xaml +++ b/ENI-2/ENI2/ENI2/Controls/POListControl.xaml @@ -45,7 +45,7 @@ - + diff --git a/ENI-2/ENI2/ENI2/Controls/POListControl.xaml.cs b/ENI-2/ENI2/ENI2/Controls/POListControl.xaml.cs index 48088e5d..f127042d 100644 --- a/ENI-2/ENI2/ENI2/Controls/POListControl.xaml.cs +++ b/ENI-2/ENI2/ENI2/Controls/POListControl.xaml.cs @@ -80,7 +80,7 @@ namespace ENI2.Controls workSheet.Cells[rowIndex, 7].Value = core.Shipname; workSheet.Cells[rowIndex, 10].Value = core.PoC.Substring(2); if(core.POATA.HasValue) - workSheet.Cells[rowIndex, 11].Value = core.POATA.Value; + workSheet.Cells[rowIndex, 11].Value = core.POATA.Value.ToShortDateString(); workSheet.Cells[rowIndex, 13].Value = core.PONumber; rowIndex++; } diff --git a/ENI-2/ENI2/ENI2/DetailViewControls/ArrivalNotificationDetailControl.xaml b/ENI-2/ENI2/ENI2/DetailViewControls/ArrivalNotificationDetailControl.xaml index 77f8cd86..4ef598b2 100644 --- a/ENI-2/ENI2/ENI2/DetailViewControls/ArrivalNotificationDetailControl.xaml +++ b/ENI-2/ENI2/ENI2/DetailViewControls/ArrivalNotificationDetailControl.xaml @@ -28,7 +28,7 @@