Skip to content
Snippets Groups Projects
Commit f1290432 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5651 fix field firma_name

parent 1133bf75
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class AfmAntragstellerMapper implements AfmEngineBasedMapper { ...@@ -59,7 +59,7 @@ class AfmAntragstellerMapper implements AfmEngineBasedMapper {
static final String PLZ = "sh_plz"; static final String PLZ = "sh_plz";
static final String ORT = "ort"; static final String ORT = "ort";
static final String FIELD_FIRMA_NAME = "firm_name"; static final String FIELD_FIRMA_NAME = "firma_name";
static final String FIELD_FIRMA_STRASSE = "firma_strasse"; static final String FIELD_FIRMA_STRASSE = "firma_strasse";
static final String FIELD_FIRMA_HAUSNUMMER = "firma_hausnummer"; static final String FIELD_FIRMA_HAUSNUMMER = "firma_hausnummer";
static final String FIELD_FIRMA_PLZ = "firma_plz"; static final String FIELD_FIRMA_PLZ = "firma_plz";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment