changeset 1152:b81a515f765d

Export messlabor as probe attribute.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 08 Nov 2016 10:27:13 +0100
parents 7a9bc3fe0efd
children 28b177100217
files src/main/java/de/intevation/lada/exporter/laf/LafCreator.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/exporter/laf/LafCreator.java	Mon Nov 07 12:30:35 2016 +0100
+++ b/src/main/java/de/intevation/lada/exporter/laf/LafCreator.java	Tue Nov 08 10:27:13 2016 +0100
@@ -130,6 +130,8 @@
             "" : lafLine("NETZKENNUNG", messstelle.getNetzbetreiberId());
         laf += probe.getMstId() == null ?
             "" : lafLine("MESSSTELLE", probe.getMstId());
+        laf += probe.getLaborMstId() == null ?
+            "" : lafLine("MESSLABOR", probe.getLaborMstId());
         laf += lafLine("PROBE_ID", probe.getIdAlt());
         laf += lafLine("HAUPTPROBENNUMMER", probe.getHauptprobenNr());
         laf += probe.getBaId() == null ?
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)