From b971f3f964cfa8b9dbb168ea855585ebeecdc582 Mon Sep 17 00:00:00 2001 From: Kojo Date: Wed, 24 Jun 2026 11:03:01 +0200 Subject: [PATCH] GKV-Abrechnung: Anzeige GKV-Adressdaten (Postfach/GK + Papierannahmestelle) korrigiert SupportOID=157241 --- BeWo/View/Detail/OrganisationView.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BeWo/View/Detail/OrganisationView.xaml b/BeWo/View/Detail/OrganisationView.xaml index 67096defa..e83cf3d6a 100644 --- a/BeWo/View/Detail/OrganisationView.xaml +++ b/BeWo/View/Detail/OrganisationView.xaml @@ -747,7 +747,7 @@ Grid.Row="2" Grid.Column="4" IsEnabled="False" - Text="{Binding Path=PostfachanschriftDatenannahmestelle, Converter={StaticResource AddressToStringConverter}, UpdateSourceTrigger=PropertyChanged, Mode=OneWay}" /> + Text="{Binding Path=PostfachGKanschriftDatenannahmestelle, Converter={StaticResource AddressToStringConverter}, UpdateSourceTrigger=PropertyChanged, Mode=OneWay}" />