CaritasverbandDuerenJuelichEV/Invoicing/CustomInvoiceCreation - KEIN CheckMaxApprovedAmount mehr
This commit is contained in:
@@ -64,5 +64,11 @@ namespace CaritasverbandDuerenJuelichEV.Invoicing
|
||||
}
|
||||
return ii;
|
||||
}
|
||||
|
||||
public override void CheckMaxApprovedAmount(ServiceInvoice invoice, ServiceInvoicePeriod sip, SupportConceptApprovalPeriodDC scap, CostBearer2SupportConcept costBearer2SupportConcept, DateTimeSpan invoicePeriod, List<ServiceRecordDC> serviceRecords)
|
||||
{
|
||||
// ab 14.04.2025 kein Check mehr
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user