added missing validation CREW/PAS
This commit is contained in:
parent
aed1877515
commit
277ac16198
@ -114,13 +114,14 @@ namespace bsmd.database
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Issuing state")]
|
||||
[Validation(ValidationCode.OPTIONAL_FLAG_CODE)]
|
||||
[Validation(ValidationCode.FLAG_CODE)]
|
||||
[MaxLength(2)]
|
||||
[ENI2Validation]
|
||||
public string CrewMemberIdentityDocumentIssuingState { get; set; }
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Expiry date")]
|
||||
[Validation(ValidationCode.NOT_NULL)]
|
||||
[ENI2Validation]
|
||||
public DateTime? CrewMemberIdentityDocumentExpiryDate { get; set; }
|
||||
|
||||
|
||||
@ -118,13 +118,14 @@ namespace bsmd.database
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Issuing state")]
|
||||
[Validation(ValidationCode.OPTIONAL_FLAG_CODE)]
|
||||
[Validation(ValidationCode.FLAG_CODE)]
|
||||
[ENI2Validation]
|
||||
public string PassengerIdentityDocumentIssuingState { get; set; }
|
||||
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Expiry date")]
|
||||
[Validation(ValidationCode.NOT_NULL)]
|
||||
[ENI2Validation]
|
||||
public DateTime? PassengerIdentityDocumentExpiryDate { get; set; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user