prepare release 0.6 (#412)

This commit is contained in:
Kevin Papst
2018-11-18 20:45:00 +01:00
committed by GitHub
parent 321ac74b6a
commit 417675b3df
6 changed files with 56 additions and 5 deletions

View File

@@ -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 [];
}