MH: SBBMainzReports Bugfix Sammelrechnung Wegpauschalen
This commit is contained in:
@@ -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_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user