adessoSE/budgeteer

Fix NullPointerException when optional fields of CreateInvoiceModel are null

makorte opened this issue · 0 comments

The InvoiceEntityAdapter relies on optional fields of the CreateInvoiceModel. If some of these optional fields (f.ex. attributes) are null, the InvoiceEntityAdapter throws a NullPointerException.