Merge Conflict SKM Aachen gelöst und Änderungen InvoiceNumberGenerator

This commit is contained in:
2024-06-19 16:56:08 +02:00
parent 4b06ea0183
commit 46fd0ebcb0
4 changed files with 5 additions and 8 deletions

View File

@@ -452,7 +452,7 @@ namespace BeWo.Service.ServiceImplementations
DAOFactory.GenericDAO.Insert(newInvoices);
inc.IncreaseInvoiceNumber(count, newInvoices);
inc.IncreaseInvoiceNumberForServiceInvoices(count, newInvoices);
}
return newInvoices.Select(i => i.Oid.Value).ToList();
}