Skip to content

Commit

Permalink
Änderungen VUVM2009 von Klaus übernommen
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli B committed Mar 5, 2024
1 parent ea63de2 commit 48c697d
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 153 deletions.
2 changes: 1 addition & 1 deletion lib/src/main/java/gdv/xport/feld/Bezeichner.java
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ public final class Bezeichner implements Serializable {

public static final Bezeichner SAISONKENNZEICHEN = new Bezeichner("Saisonkennzeichen");
public static final Bezeichner SATZART = new Bezeichner("Satzart");
public static final Bezeichner SATZART_9999 = new Bezeichner("Satzart 9999");
public static final Bezeichner SATZART_9999 = new Bezeichner("Satzart 9999", "Satzart9999", "Nachsatzsatzart9999");
public static final Bezeichner SATZART_0001 = new Bezeichner("Satzart 0001");
public static final Bezeichner SATZART_0100 = new Bezeichner("Satzart 0100");
public static final Bezeichner SATZART_0200 = new Bezeichner("Satzart 0200");
Expand Down
Loading

0 comments on commit 48c697d

Please sign in to comment.