From 8bddcb3af1f35caf6ff0f6d034ced1dda58ab573 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Thu, 22 Mar 2018 14:41:38 +0000 Subject: [PATCH] =?UTF-8?q?Zwischenstand=20DBH=20R=C3=BCckkanal=20und=20Kl?= =?UTF-8?q?einigkeiten=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DangerousGoodsDetailControl.xaml.cs | 4 +- .../PSC72hDetailControl.xaml | 6 +- Stundensheet.xlsx | Bin 36951 -> 37010 bytes nsw/Source/bsmd.database/HAZ.cs | 2 +- nsw/Source/bsmd.database/PRE72H.cs | 4 +- .../IResponseService.cs | 10 +- .../ResponseService.svc.cs | 46 +- .../bsmd.dbh.ResponseService.csproj | 3 + nsw/Source/bsmd.dbh/NSWResponse.designer.cs | 1608 ----------------- nsw/Source/bsmd.dbh/NSWResponse.xsd | 244 --- nsw/Source/bsmd.dbh/Request.cs | 14 +- nsw/Source/bsmd.dbh/Response.cs | 23 +- nsw/Source/bsmd.dbh/bsmd.dbh.csproj | 5 +- 13 files changed, 71 insertions(+), 1898 deletions(-) delete mode 100644 nsw/Source/bsmd.dbh/NSWResponse.designer.cs delete mode 100644 nsw/Source/bsmd.dbh/NSWResponse.xsd diff --git a/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml.cs b/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml.cs index c1bdc90f..75c42189 100644 --- a/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml.cs +++ b/ENI-2/ENI2/ENI2/DetailViewControls/DangerousGoodsDetailControl.xaml.cs @@ -319,13 +319,13 @@ namespace ENI2.DetailViewControls if (theHAZ == this.haz) { if (!(this.checkBoxDangerousGoodsOnBoard.IsChecked ?? false)) this.checkBoxDangerousGoodsOnBoard.IsChecked = true; - if (!(this.checkBoxDGManifestOnBoard.IsChecked ?? false)) this.checkBoxDGManifestOnBoard.IsChecked = true; + // if (!(this.checkBoxDGManifestOnBoard.IsChecked ?? false)) this.checkBoxDGManifestOnBoard.IsChecked = true; if (this.checkBoxMoUBaltic.IsChecked ?? true) this.checkBoxMoUBaltic.IsChecked = false; } else { theHAZ.NoDPGOnBoardOnArrival = false; - theHAZ.DPGManifestOnBoardOnArrival = true; + // theHAZ.DPGManifestOnBoardOnArrival = true; theHAZ.MOUBaltic = false; } } diff --git a/ENI-2/ENI2/ENI2/DetailViewControls/PSC72hDetailControl.xaml b/ENI-2/ENI2/ENI2/DetailViewControls/PSC72hDetailControl.xaml index 81203bda..16ff8e6b 100644 --- a/ENI-2/ENI2/ENI2/DetailViewControls/PSC72hDetailControl.xaml +++ b/ENI-2/ENI2/ENI2/DetailViewControls/PSC72hDetailControl.xaml @@ -38,13 +38,13 @@