MH: SBBMainzReports Bugfix Sammelrechnung Wegpauschalen

This commit is contained in:
2026-08-10 16:45:44 +02:00
parent 87286964ab
commit 0e1821cf1e

View File

@@ -83,6 +83,9 @@ namespace SBBMainzReports.Invoicing
{
bienen_ = true;
}
else
bienen_ = false;
if (ShouldCreateFixedAmounts(serviceInvoicePeriod, supportConceptApprovalPeriod, cb2sc))
{
CreateFixedAmounts(serviceInvoicePeriod, supportConceptApprovalPeriod, cb2sc);
@@ -221,6 +224,7 @@ namespace SBBMainzReports.Invoicing
BS.Shared.Services.Calculations calc)
{
var list = base.CreateInvoiceItems(serviceRecordsInPeriod, invoicePeriod, scap, calc);
InvoiceItem wg = null;
if (list.Count > 0 && !bienen_)
{