Merge lp:~camptocamp/banking-addons/bank-statement-ext_report_lang into lp:banking-addons/bank-statement-reconcile-70

Proposed by Vincent Renaville@camptocamp
Status: Merged
Merged at revision: 95
Proposed branch: lp:~camptocamp/banking-addons/bank-statement-ext_report_lang
Merge into: lp:banking-addons/bank-statement-reconcile-70
Diff against target: 12 lines (+1/-1)
1 file modified
account_statement_ext/report/bank_statement_report.mako (+1/-1)
To merge this branch: bzr merge lp:~camptocamp/banking-addons/bank-statement-ext_report_lang
Reviewer Review Type Date Requested Status
Yannick Vaucher @ Camptocamp Approve
Guewen Baconnier @ Camptocamp Approve
Review via email: mp+175310@code.launchpad.net

This proposal supersedes a proposal from 2013-07-17.

Description of the change

This fix take the language on the partner linked to the current user, for the bank statement report

To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

LGTM

review: Approve
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
=== modified file 'account_statement_ext/report/bank_statement_report.mako'
--- account_statement_ext/report/bank_statement_report.mako 2012-06-20 14:10:01 +0000
+++ account_statement_ext/report/bank_statement_report.mako 2013-07-17 14:58:32 +0000
@@ -11,7 +11,7 @@
11 return text.replace('-', '‑') # replace by a non-breaking hyphen (it will not word-wrap between hyphen and numbers)11 return text.replace('-', '‑') # replace by a non-breaking hyphen (it will not word-wrap between hyphen and numbers)
12 %>12 %>
1313
14 <%setLang(user.context_lang)%>14 <%setLang(user.partner_id.lang)%>
15 %for statement in objects:15 %for statement in objects:
1616
17 <div class="act_as_table data_table">17 <div class="act_as_table data_table">

Subscribers

People subscribed via source and target branches