Merge lp:~akretion-team/account-financial-report/61-fix-bug-1274194-webkit-xls into lp:~account-report-core-editor/account-financial-report/6.1

Proposed by Alexis de Lattre
Status: Merged
Approved by: Yannick Vaucher @ Camptocamp
Approved revision: 36
Merged at revision: 36
Proposed branch: lp:~akretion-team/account-financial-report/61-fix-bug-1274194-webkit-xls
Merge into: lp:~account-report-core-editor/account-financial-report/6.1
Diff against target: 16 lines (+3/-3)
1 file modified
account_financial_report_webkit_xls/report/trial_balance_xls.py (+3/-3)
To merge this branch: bzr merge lp:~akretion-team/account-financial-report/61-fix-bug-1274194-webkit-xls
Reviewer Review Type Date Requested Status
Yannick Vaucher @ Camptocamp Approve
Stéphane Bidoul (Acsone) (community) code review Approve
Pedro Manuel Baeza code review Approve
Review via email: mp+217070@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

Also OK.

Thanks.

review: Approve (code review)
Revision history for this message
Stéphane Bidoul (Acsone) (sbi) wrote :

tested the 7.0 branche

review: Approve (code review)
Revision history for this message
Yannick Vaucher @ Camptocamp (yvaucher-c2c) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_financial_report_webkit_xls/report/trial_balance_xls.py'
2--- account_financial_report_webkit_xls/report/trial_balance_xls.py 2014-01-27 14:32:33 +0000
3+++ account_financial_report_webkit_xls/report/trial_balance_xls.py 2014-04-24 15:24:58 +0000
4@@ -218,9 +218,9 @@
5 ('account', account_span, 0, 'text', current_account.name),
6 ]
7 if _p.comparison_mode == 'no_comparison':
8-
9- debit_cell = rowcol_to_cell(row_pos, 3)
10- credit_cell = rowcol_to_cell(row_pos, 4)
11+
12+ debit_cell = rowcol_to_cell(row_pos, 4)
13+ credit_cell = rowcol_to_cell(row_pos, 5)
14 bal_formula = debit_cell + '-' + credit_cell
15
16 if _p.initial_balance_mode:

Subscribers

People subscribed via source and target branches

to status/vote changes: