changeset 1153:28b177100217

Export ortstyp 'U' and 'E' only.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 08 Nov 2016 10:27:48 +0100
parents b81a515f765d
children 7c3d022a899f
files src/main/java/de/intevation/lada/exporter/laf/LafCreator.java
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/exporter/laf/LafCreator.java	Tue Nov 08 10:27:13 2016 +0100
+++ b/src/main/java/de/intevation/lada/exporter/laf/LafCreator.java	Tue Nov 08 10:27:48 2016 +0100
@@ -221,6 +221,9 @@
                 type = "U_";
                 laf += "%URSPRUNGSORT%\n";
             }
+            else {
+                continue;
+            }
             if (o.getOrtszusatztext() != null &&
                 o.getOrtszusatztext().length() > 0) {
                 laf += lafLine(type + "ORT_ZUSATZTEXT", o.getOrtszusatztext());
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)