Added timings and descending submit at time for receipts
This commit is contained in:
parent
72813ff2a3
commit
4189025c6f
2 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,7 @@ sub valid_read {
|
|||
undef, {
|
||||
page => $c->param('page') || 1,
|
||||
rows => 10,
|
||||
order_by => { -desc => 'submitted_at' },
|
||||
},
|
||||
);
|
||||
$c->stash(
|
||||
|
|
Reference in a new issue