MalteserJohanniterJohanneshaus/Import/CustomDataImporter - Kostenstellenerkennung etwas gelockert (Trim)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user