Deploy 6.9.8, kleinere Korrekturen usw.
This commit is contained in:
parent
5db4e32381
commit
c9e931cd0d
@ -37,7 +37,7 @@
|
||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||
<WebPage>publish.html</WebPage>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>6.9.7.0</ApplicationVersion>
|
||||
<ApplicationVersion>6.9.8.0</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
||||
@ -168,10 +168,10 @@ namespace SendNSWMessageService
|
||||
try
|
||||
{
|
||||
bool sendSucceeded = false;
|
||||
|
||||
if(message.HIS == Message.NSWProvider.UNDEFINED)
|
||||
message.HIS = core.InitialHIS;
|
||||
_log.InfoFormat("Sending {0} message to {1}",
|
||||
message.MessageNotificationClass.ToString(), message.HIS.ToString());
|
||||
|
||||
_log.InfoFormat("Sending {0} message to {1}", message.MessageNotificationClass.ToString(), message.HIS.ToString());
|
||||
|
||||
// switch über passendes HIS / Schnittstelle
|
||||
switch (message.HIS)
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
[assembly: AssemblyCompany("schick Informatik")]
|
||||
[assembly: AssemblyProduct("BSMD NSW interface")]
|
||||
[assembly: AssemblyInformationalVersion("6.9.7")]
|
||||
[assembly: AssemblyInformationalVersion("6.9.8")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014-2021 schick Informatik")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("6.9.7.*")]
|
||||
[assembly: AssemblyVersion("6.9.8.*")]
|
||||
|
||||
|
||||
@ -257,7 +257,7 @@ namespace bsmd.hisnord
|
||||
if (aMessage.InternalStatus == Message.BSMDStatus.SENT)
|
||||
{
|
||||
aMessageStillInSENTstate = true;
|
||||
_log.InfoFormat("message {0} still in SENT state", aMessage.Id);
|
||||
_log.InfoFormat("message {0} {1} still in SENT state", aMessage.Id, aMessage.MessageNotificationClassDisplay);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user