display invoice entries in ascending order (#505)
This commit is contained in:
@@ -67,6 +67,7 @@ class InvoiceController extends AbstractController
|
|||||||
$end = new \DateTime('last day of this month');
|
$end = new \DateTime('last day of this month');
|
||||||
|
|
||||||
$query = new InvoiceQuery();
|
$query = new InvoiceQuery();
|
||||||
|
$query->setOrder(InvoiceQuery::ORDER_ASC);
|
||||||
$query->setBegin($begin);
|
$query->setBegin($begin);
|
||||||
$query->setEnd($end);
|
$query->setEnd($end);
|
||||||
$query->setUser($this->getUser());
|
$query->setUser($this->getUser());
|
||||||
|
|||||||
Reference in New Issue
Block a user