Skip to content

Commit

Permalink
Merge pull request #1 from bfotop/bfotop-patch-1
Browse files Browse the repository at this point in the history
Update account_journal_dashboard.py
  • Loading branch information
bfotop committed Sep 23, 2016
2 parents 2e14a7c + 0682071 commit 59d0fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/account/models/account_journal_dashboard.py
Expand Up @@ -194,7 +194,7 @@ def get_journal_dashboard_datas(self):
for result in late_query_results:
cur = self.env['res.currency'].browse(result.get('currency'))
number_late += 1
sum_late += cur.compute(result.get('amount_total'),currency)
sum_late += cur.compute(result.get('amount_total'), currency)

return {
'number_to_reconcile': number_to_reconcile,
Expand Down

0 comments on commit 59d0fdb

Please sign in to comment.