Version 5.1.3.1 (noch eine kleine Korrektur) Deployment

This commit is contained in:
Daniel Schick 2018-12-11 08:46:53 +00:00
parent be978be025
commit 38099838a3
3 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,8 @@
<MinimumRequiredVersion>3.5.1.0</MinimumRequiredVersion>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.html</WebPage>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>5.1.1.%2a</ApplicationVersion>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>5.1.3.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>

Binary file not shown.

View File

@ -447,6 +447,7 @@ namespace bsmd.database
if (customers.Count > 0)
result.Customer = customers[0] as Customer;
}
this.LoadSTATShipName(result);
}
if (this._closeConnectionAfterUse) this.Disconnect();