10 lines
243 B
C#
10 lines
243 B
C#
using BeWo.Service.Invoicing;
|
|
|
|
namespace MobileEV.Invoicing
|
|
{
|
|
public class CustomLWLSettlementInvoiceCreation : LWLSettlementInvoiceCreation
|
|
{
|
|
public override bool SchneideBeiErreichenDesBudgetsAb { get { return true; } }
|
|
}
|
|
}
|