fixed a pagination problem
This commit is contained in:
parent
24007eefc4
commit
a838b340c0
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ sub www_getTransactionsAsJson {
|
|||
$tally++;
|
||||
}
|
||||
my %results = (
|
||||
totalRecords => $totalRecords,
|
||||
totalRecords => $totalRecords + 0,
|
||||
recordsReturned => $tally,
|
||||
startIndex => $startIndex,
|
||||
sort => undef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue