MH: AutismusKölnBonn Rechnungsnummern für Eigenanteilsrechnungen
This commit is contained in:
@@ -25,7 +25,7 @@ namespace AutismusKoelnBonn.Invoicing
|
||||
string next = String.Empty;
|
||||
Customer c = null;
|
||||
|
||||
if (invoiceBase.Type == InvoiceType.General && invoiceBase.RecipientCustomerOid.HasValue)
|
||||
if (invoiceBase.Type == InvoiceType.General && invoiceBase.RecipientCustomerOid.HasValue || invoiceBase.Type == InvoiceType.CustomerEquity && invoiceBase.RecipientCustomerOid.HasValue)
|
||||
{
|
||||
c = DAOFactory.GenericDAO.LoadByID<Customer>(invoiceBase.RecipientCustomerOid.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user