some order to this mayhem!
This commit is contained in:
parent
9d6a4242c5
commit
388037b4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ sub getTransactions {
|
||||||
|
|
||||||
$sql = 'select transactionId from transaction';
|
$sql = 'select transactionId from transaction';
|
||||||
$sql .= ' where '.join(' and ', @constraints) if (@constraints);
|
$sql .= ' where '.join(' and ', @constraints) if (@constraints);
|
||||||
|
$sql .= ' order by initDate desc';
|
||||||
@transactionIds = $self->session->db->buildArray($sql);
|
@transactionIds = $self->session->db->buildArray($sql);
|
||||||
|
|
||||||
foreach (@transactionIds) {
|
foreach (@transactionIds) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue