ascending order for invoice items in command (#1980)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user