Files
BeWoPlaner/ReportImp/AidshilfeDortmund/CustomSettlementInvoiceCreation.cs
Alexandra ad0cbdc301 AidshilfeDortmund/CustomSettlementInvoiceCreation.cs und
AidshilfeDortmund/SettlementReports - Kappung der Stunden und Ergänzung um Seite 1 LWLBudgetnachweis
2025-05-16 12:55:47 +02:00

17 lines
390 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BeWo.Data.Entities;
using BeWo.Service.Invoicing;
using BS.Shared.DataContracts;
namespace BeWo.AidshilfeDortmund
{
internal class CustomSettlementInvoiceCreation : LWLSettlementInvoiceCreation
{
public override bool SchneideBeiErreichenDesBudgetsAb { get { return true; } }
}
}