diff --git a/ENI2/App.config b/ENI2/App.config index 4c7c4bc1..6105b6f2 100644 --- a/ENI2/App.config +++ b/ENI2/App.config @@ -29,7 +29,7 @@ http://192.168.2.24/LockingService/LockingService.svc - Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false + Initial Catalog=nswtest;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj index 01441e73..d1124d13 100644 --- a/ENI2/ENI2.csproj +++ b/ENI2/ENI2.csproj @@ -18,7 +18,7 @@ - eni2.publish\ + eni_test\ true Web true @@ -28,16 +28,16 @@ false false true - http://192.168.2.24/eni2.publish/ + http://192.168.2.24/eni_test/ http://www.textbausteine.net/ - ENI + ENI Testversion Informatikbüro Daniel Schick NSW 5.4.0.0 true publish.html - 1 - 6.9.12.1 + 0 + 6.9.13.0 false true true @@ -86,7 +86,7 @@ Properties\app.manifest - 9B5725EAD90F2E06094631407417EB2554E88941 + 94D98790E3B6C4CC9F4B57C8FD305E3225894DF8 true diff --git a/ENI2/Report/ReportManager.cs b/ENI2/Report/ReportManager.cs index 5747a5cd..7d842710 100644 --- a/ENI2/Report/ReportManager.cs +++ b/ENI2/Report/ReportManager.cs @@ -49,8 +49,8 @@ namespace ENI2.Report try { - string etaDisplay = ""; - foreach (Message message in reportMessages) + string etaDisplay = ""; + foreach (Message message in messages) { if(message.MessageNotificationClass == Message.NotificationClass.NOA_NOD) { diff --git a/ENI2/Resources/EUREPORT.png b/ENI2/Resources/EUREPORT.png index a5a38e0c..375b2af7 100644 Binary files a/ENI2/Resources/EUREPORT.png and b/ENI2/Resources/EUREPORT.png differ diff --git a/bsmd.database/Properties/AssemblyProductInfo.cs b/bsmd.database/Properties/AssemblyProductInfo.cs index 2fa8db8a..47eecbe5 100644 --- a/bsmd.database/Properties/AssemblyProductInfo.cs +++ b/bsmd.database/Properties/AssemblyProductInfo.cs @@ -2,6 +2,6 @@ [assembly: AssemblyCompany("schick Informatik")] [assembly: AssemblyProduct("BSMD NSW interface")] -[assembly: AssemblyInformationalVersion("6.9.12")] +[assembly: AssemblyInformationalVersion("6.9.13")] [assembly: AssemblyCopyright("Copyright © 2014-2022 schick Informatik")] [assembly: AssemblyTrademark("")] \ No newline at end of file diff --git a/bsmd.database/Properties/AssemblyProjectInfo.cs b/bsmd.database/Properties/AssemblyProjectInfo.cs index e45cf5bb..6f4cf127 100644 --- a/bsmd.database/Properties/AssemblyProjectInfo.cs +++ b/bsmd.database/Properties/AssemblyProjectInfo.cs @@ -1,4 +1,4 @@ using System.Reflection; -[assembly: AssemblyVersion("6.9.12.*")] +[assembly: AssemblyVersion("6.9.13.*")]