[Lada-commits] [PATCH 1 of 4] Export messlabor as probe attribute
Wald Commits
scm-commit at wald.intevation.org
Tue Nov 8 10:30:14 CET 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1478597233 -3600
# Node ID b81a515f765daa23cdee849b5ba336443fc9a467
# Parent 7a9bc3fe0efdc0bb098a8d6896bed5fa937f4cfc
Export messlabor as probe attribute.
diff -r 7a9bc3fe0efd -r b81a515f765d src/main/java/de/intevation/lada/exporter/laf/LafCreator.java
--- 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 ?
More information about the Lada-commits
mailing list