Merge lp:~openerp-dev/openobject-addons/6.0-opw-580931-ado into lp:openobject-addons/6.0

Proposed by Amit Dodiya (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/6.0-opw-580931-ado
Merge into: lp:openobject-addons/6.0
Diff against target: 12 lines (+1/-1)
1 file modified
account_followup/report/account_followup_print.rml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.0-opw-580931-ado
Reviewer Review Type Date Requested Status
Xavier ALT Pending
Naresh(OpenERP) Pending
Review via email: mp+130738@code.launchpad.net

Description of the change

Hello,

"[FIX] formatted text of followup data is not diplayed formatted in pdf report"

Followup Lines(Accounting/Configuration/Miscellaneous/Follow-Ups) text contains the blank line but it's ignored while generating the pdf report.

Regards,
Amit

To post a comment you must log in.

Unmerged revisions

5360. By Amit Dodiya<email address hidden>

[FIX] formatted text of followup data is not diplayed formatted in pdf report

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account_followup/report/account_followup_print.rml'
--- account_followup/report/account_followup_print.rml 2011-01-14 00:11:01 +0000
+++ account_followup/report/account_followup_print.rml 2012-10-22 07:08:20 +0000
@@ -122,7 +122,7 @@
122 <para style="terp_default_8">122 <para style="terp_default_8">
123 <font color="white"> </font>123 <font color="white"> </font>
124 </para>124 </para>
125 <para style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</para>125 <xpre style="terp_default_9_followup_id">[[ format(get_text(o,data['form']['followup_id'])) ]]</xpre>
126 <para style="terp_default_9">126 <para style="terp_default_9">
127 <font color="white"> </font>127 <font color="white"> </font>
128 </para>128 </para>