|
|
@ -113,9 +113,6 @@ class Recorder { |
|
|
|
var records = [].concat(self.data.journal) |
|
|
|
var records = [].concat(self.data.journal) |
|
|
|
return { |
|
|
|
return { |
|
|
|
accounts: self.data._usedAccounts, |
|
|
|
accounts: self.data._usedAccounts, |
|
|
|
options: { |
|
|
|
|
|
|
|
useAccountList: true |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
transactions: records.sort((A, B) => { |
|
|
|
transactions: records.sort((A, B) => { |
|
|
|
var stampA = A.timestamp |
|
|
|
var stampA = A.timestamp |
|
|
|
var stampB = B.timestamp |
|
|
|
var stampB = B.timestamp |
|
|
|