VSDHammReports: Für neuen LWL-KT (LWL - Amt für Soziales Entschädigungsrecht) auch LWL-Spitzabrechnungssonderlocken & -formulare verwenden

This commit is contained in:
2025-10-01 18:35:41 +02:00
parent 7caa2fc395
commit 80ebb55619

View File

@@ -151,7 +151,9 @@ namespace VSDHammReports
if (ibOid.HasValue && ibOid.Value > 0)
{
var ib = DAOFactory.GenericDAO.LoadByID<InvoiceBase>(ibOid.Value);
if (ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL" || ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "Landschaftsverband Westfalen-Lippe")
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")
return CreateSettlementReportLwl(ibOid.Value, true);
}