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

Merge pull request 'OZG-5651 fix field firma_name' (#122) from fix-field-name into master

parents 1133bf75 f1290432
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