WegweiserBetreuungsdienstReports/CustomReportCreator.cs - Erkennung für neuen QB nochmal angepasst
SupportOID=169120
This commit is contained in:
@@ -140,7 +140,7 @@ namespace BeWo.WegweiserBetreuungsdienstReports
|
||||
{
|
||||
report = AddSubServicesOverviewReportToReport(report, new StundenzettelDdg(), bewoRo);
|
||||
}
|
||||
else if (ro.Costbearer.Equals("LVR") || ro.Costbearer.Equals("LVR II"))
|
||||
else if (ro.Costbearer.Contains("LVR") || ro.Costbearer.Contains("LVR II"))
|
||||
{
|
||||
report = AddSubServicesOverviewReportToReport(report, new QuittierungsbelegLVR(), bewoRo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user