EvVereinFürWohnraumhilfe/CollectiveBillingReportTab - Bug Ansicht Rechnung

This commit is contained in:
2024-08-13 15:47:24 +02:00
parent 65d1f29982
commit a7fa9cbc67
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ namespace EvVereinF
DateTime end = sip.SupportConceptApprovalPeriod.EndDate ?? pRO.AccountingPeriodEnd;
DateTime start = sip.SupportConceptApprovalPeriod.StartDate ?? pRO.AccountingPeriodStart;
sip.ApprovedHours = (decimal)(end - start).TotalDays;
sip.ApprovedHours = (decimal)(end - start).TotalDays + 1;
}
if (sip.CostBearer2SupportConcept.CustomerReferenceNumber == null)
sip.CostBearer2SupportConcept.CustomerReferenceNumber = "LVG";

View File

@@ -0,0 +1 @@
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a