diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index e72241a2..70767a05 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -36,8 +36,8 @@
5.4.0.0
true
publish.html
- 5
- 7.2.7.5
+ 6
+ 7.2.7.6
false
true
true
diff --git a/ENI2/Properties/Resources.resx b/ENI2/Properties/Resources.resx
index 1da7b6ab..8f6f801c 100644
--- a/ENI2/Properties/Resources.resx
+++ b/ENI2/Properties/Resources.resx
@@ -1184,7 +1184,7 @@
Category
- Columns "o" of OBC Code (value 15.19)
+ Columns "o" of IBC Code (value 15.19)
Container No.
diff --git a/ENI2/SheetDisplayControls/ShipDataControl.xaml b/ENI2/SheetDisplayControls/ShipDataControl.xaml
index 7795e517..dbbff450 100644
--- a/ENI2/SheetDisplayControls/ShipDataControl.xaml
+++ b/ENI2/SheetDisplayControls/ShipDataControl.xaml
@@ -148,15 +148,16 @@
-
+
-
+
-
+
-
+
diff --git a/ENI2/SheetDisplayControls/ShipDataControl.xaml.cs b/ENI2/SheetDisplayControls/ShipDataControl.xaml.cs
index 10f954c8..39c2beab 100644
--- a/ENI2/SheetDisplayControls/ShipDataControl.xaml.cs
+++ b/ENI2/SheetDisplayControls/ShipDataControl.xaml.cs
@@ -176,6 +176,12 @@ namespace ENI2.SheetDisplayControls
// 5.4
this.RegisterComboboxIndexChange(this.comboBoxTankerHullConfig, Message.NotificationClass.PRE72H);
+ }
+
+ private void checkSimplification_Checked(object sender, RoutedEventArgs e)
+ {
+ this.textBoxPlaceOfIssue.IsEnabled = !(this.checkSimplification.IsChecked ?? false) && (checkBoxSanitaryControlExemption.IsChecked ?? false);
+ this.datePickerDateOfIssue.IsEnabled = !(this.checkSimplification.IsChecked ?? false) && (checkBoxSanitaryControlExemption.IsChecked ?? false);
}
#endregion