prepare release 0.6 (#412)
This commit is contained in:
@@ -161,6 +161,7 @@ class InvoiceController extends AbstractController
|
||||
*/
|
||||
protected function getEntries(InvoiceQuery $query)
|
||||
{
|
||||
// customer needs to be defined, as we need the currency for the invoice
|
||||
if (null === $query->getCustomer()) {
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user