MalteserJohanniterJohanneshaus/Import/CustomDataImporter - Kostenstellenerkennung etwas gelockert (Trim)

This commit is contained in:
2025-08-26 16:43:48 +02:00
parent 78cfbc008a
commit e56ed5c67b

View File

@@ -22,7 +22,7 @@ namespace MalteserJohanniterJohanneshaus.Import
{
foreach (var cb2sc in supportConcept.CostBearer2SupportConceptList)
{
if (cb2sc.Notice == "60")
if (cb2sc.Notice.Trim() == "60")
{
HilfeplanInfo hi = new HilfeplanInfo();
hi.Start = cb2sc.StartDate;