VSDHammReports/VsdHammReportCreator - LWL Budgetnachweis auch für Landkreis Osnabrück
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user