diff --git a/src/Command/InvoiceCreateCommand.php b/src/Command/InvoiceCreateCommand.php index 723db3e6..cbb0f682 100644 --- a/src/Command/InvoiceCreateCommand.php +++ b/src/Command/InvoiceCreateCommand.php @@ -238,6 +238,7 @@ class InvoiceCreateCommand extends Command // =============== VALIDATION END =============== $defaultQuery = new InvoiceQuery(); + $defaultQuery->setOrder(InvoiceQuery::ORDER_ASC); $defaultQuery->setBegin($start); $defaultQuery->setEnd($end); $defaultQuery->setCurrentUser($user);