ETD is always enabled if user is bsmd group (was typo? can't recall)
This commit is contained in:
parent
ad16ae4945
commit
31c54f9d8f
@ -373,7 +373,7 @@ namespace BreCalClient
|
||||
this.comboBoxDepartureBerth.IsEnabled = isBsmd || isAgency;
|
||||
this.comboBoxShip.IsEnabled = isBsmd;
|
||||
this.datePickerETA.IsEnabled = isAgency || isBsmd;
|
||||
this.datePickerETD.IsEnabled = isAgency;
|
||||
this.datePickerETD.IsEnabled = isAgency || isBsmd;
|
||||
|
||||
this.labelBSMDGranted.Visibility = editRightGrantedForBSMD ? Visibility.Visible : Visibility.Hidden;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user