VSDHammReports/VsdHammReportCreator - LWL Budgetnachweis auch für Landkreis Osnabrück

This commit is contained in:
2026-01-21 12:32:55 +01:00
parent 52f41c2516
commit 54128278e1

View File

@@ -153,7 +153,8 @@ namespace VSDHammReports
var ib = DAOFactory.GenericDAO.LoadByID<InvoiceBase>(ibOid.Value);
if (ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL"
|| ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "Landschaftsverband Westfalen-Lippe"
|| ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL - Amt für Soziales Entschädigungsrecht")
|| ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL - Amt für Soziales Entschädigungsrecht"
|| ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "Landkreis Osnabrück")
return CreateSettlementReportLwl(ibOid.Value, true);
}