Files
BeWoPlaner/ReportImp/MobileEV/Invoicing/CustomLWLSettlementInvoiceCreation.cs

10 lines
243 B
C#

using BeWo.Service.Invoicing;
namespace MobileEV.Invoicing
{
public class CustomLWLSettlementInvoiceCreation : LWLSettlementInvoiceCreation
{
public override bool SchneideBeiErreichenDesBudgetsAb { get { return true; } }
}
}