Added some missing defaults and bumped test version to 7.2.7.7
This commit is contained in:
parent
b7f0108f52
commit
e50d165dc3
@ -36,8 +36,8 @@
|
||||
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||
<WebPage>publish.html</WebPage>
|
||||
<ApplicationRevision>6</ApplicationRevision>
|
||||
<ApplicationVersion>7.2.7.6</ApplicationVersion>
|
||||
<ApplicationRevision>7</ApplicationRevision>
|
||||
<ApplicationVersion>7.2.7.7</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
||||
@ -155,7 +155,7 @@ namespace bsmd.database
|
||||
|
||||
[ShowReport]
|
||||
[ENI2Validation]
|
||||
public bool? SpecRef15_19 { get; set; }
|
||||
public bool? SpecRef15_19 { get; set; } = false;
|
||||
|
||||
[ShowReport]
|
||||
[MaxLength(255)]
|
||||
|
||||
@ -119,7 +119,7 @@ namespace bsmd.database
|
||||
[ReportDisplayName("In transit")]
|
||||
[Validation(ValidationCode.NOT_NULL)]
|
||||
[ENI2Validation]
|
||||
public bool? PassengerInTransit { get; set; }
|
||||
public bool? PassengerInTransit { get; set; } = false;
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Issuing state")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user