App: Fix wolkersdorf im weinviertel branch name issue

This commit is contained in:
2023-10-19 01:09:26 +02:00
parent 9924795888
commit 99c3474fb6

View File

@ -127,7 +127,7 @@ namespace Elwig {
ZwstId = entry.Item1;
BranchName = entry.Item2;
BranchPlz = entry.Item3;
BranchLocation = entry.Item4;
BranchLocation = entry.Item4?.Split(" im ")[0]; // FIXME
BranchAddress = entry.Item5;
BranchPhoneNr = entry.Item6;
BranchFaxNr = entry.Item7;
@ -138,7 +138,7 @@ namespace Elwig {
ZwstId = entry.Item1;
BranchName = entry.Item2;
BranchPlz = entry.Item3;
BranchLocation = entry.Item4;
BranchLocation = entry.Item4?.Split(" im ")[0]; // FIXME
BranchAddress = entry.Item5;
BranchPhoneNr = entry.Item6;
BranchFaxNr = entry.Item7;