add comment header
This commit is contained in:
parent
443c67cce2
commit
c50fab16cb
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ angular.module('copayApp.controllers').controller('preferencesHistory',
|
|||
var satToBtc = 1 / 100000000;
|
||||
self.csvContent = [];
|
||||
self.csvFilename = 'Copay-' + (self.alias || self.walletName) + '.csv';
|
||||
self.csvHeader = ['Date', 'Destination', 'Description', 'Amount', 'Currency', 'Txid', 'Creator', 'Copayers'];
|
||||
self.csvHeader = ['Date', 'Destination', 'Description', 'Amount', 'Currency', 'Txid', 'Creator', 'Copayers', 'Comment'];
|
||||
|
||||
var _amount, _note, _copayers, _creator, _comment;
|
||||
data.forEach(function(it, index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue