Skip to content

Commit

Permalink
UI-1274: Fix the Download link of the Per Minute Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Mar 11, 2015
1 parent 5d6395a commit 4c046f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/myaccount/submodules/balance/balance.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ define(function(require){
var dlFrom = monster.util.dateToBeginningOfGregorianDay(from),
dlTo = monster.util.dateToEndOfGregorianDay(to);

window.location.href = self.apiUrl+'accounts/'+self.accountId+'/transactions?created_from='+dlFrom+'&created_to='+dlTo+'&depth=2&identifier=metadata&accept=csv&auth_token=' + self.authToken;
window.location.href = self.apiUrl+'accounts/'+self.accountId+'/transactions?created_from='+dlFrom+'&created_to='+dlTo+'&depth=1&reason=only_calls&accept=csv&auth_token=' + self.authToken;
});

monster.ui.table.balance.fnAddData(renderData.tabData);
Expand Down

0 comments on commit 4c046f4

Please sign in to comment.