MH: VARO Rechnungserstellung
This commit is contained in:
@@ -112,13 +112,13 @@ namespace VaroSozialagentur.Invoicing
|
||||
|
||||
if (fitem != null)
|
||||
list.Add(fitem);
|
||||
fitem = CreateFahrtkostenItem(serviceRecordsInPeriod, scap);
|
||||
if (fitem != null)
|
||||
list.Add(fitem);
|
||||
//fitem = CreateFahrtkostenFarItem(serviceRecordsInPeriod, scap);
|
||||
//if (fitem != null)
|
||||
// list.Add(fitem);
|
||||
return list;
|
||||
//fitem = CreateFahrtkostenItem(serviceRecordsInPeriod, scap);
|
||||
//if (fitem != null)
|
||||
// list.Add(fitem);
|
||||
//fitem = CreateFahrtkostenFarItem(serviceRecordsInPeriod, scap);
|
||||
//if (fitem != null)
|
||||
// list.Add(fitem);
|
||||
return list;
|
||||
}
|
||||
|
||||
private InvoiceItem CreateFahrtkostenZoneItem(List<ServiceRecordDC> serviceRecordsInPeriod, DateTimeSpan invoicePeriod, SupportConceptApprovalPeriod scap)
|
||||
|
||||
Reference in New Issue
Block a user