VSDHammReports: Für neuen LWL-KT (LWL - Amt für Soziales Entschädigungsrecht) auch LWL-Spitzabrechnungssonderlocken & -formulare verwenden
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user