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