Allow null for place of birth and country of birth for CREW/PAS
This commit is contained in:
parent
b0b6cef327
commit
6ee9293fc8
@ -43,8 +43,7 @@ namespace bsmd.database
|
||||
public string CrewMemberFirstName { get; set; }
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Place of birth")]
|
||||
[Validation(ValidationCode.NOT_NULL)]
|
||||
[ReportDisplayName("Place of birth")]
|
||||
[MaxLength(100)]
|
||||
[ENI2Validation]
|
||||
public string CrewMemberPlaceOfBirth { get; set; }
|
||||
|
||||
@ -44,8 +44,7 @@ namespace bsmd.database
|
||||
public string PassengerFirstName { get; set; }
|
||||
|
||||
[ShowReport]
|
||||
[ReportDisplayName("Place of birth")]
|
||||
[Validation(ValidationCode.NOT_NULL)]
|
||||
[ReportDisplayName("Place of birth")]
|
||||
[MaxLength(100)]
|
||||
[ENI2Validation]
|
||||
public string PassengerPlaceOfBirth { get; set; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user