MH: BetreuWo Wesel HD InvoiceCreation
This commit is contained in:
@@ -58,7 +58,8 @@ namespace BetreuWoWesel.Invoicing
|
||||
|
||||
foreach (var item in invoiceList)
|
||||
{
|
||||
result.Add(MapperFactory.ServiceInvoiceDC_ServiceInvoice.MapToNewDC(item));
|
||||
if (item != null)
|
||||
result.Add(MapperFactory.ServiceInvoiceDC_ServiceInvoice.MapToNewDC(item));
|
||||
}
|
||||
|
||||
if (result.Count > 1)
|
||||
|
||||
Reference in New Issue
Block a user