[Koha-bugs] [Bug 12294] Revert BZ9372

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 23 01:53:04 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12294

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28374|0                           |1
        is obsolete|                            |

--- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 29151
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29151&action=edit
[SIGNED-OFF] Bug 12294 : Cancel replacing carriage return on notices

Cancel replacing carriage return with <br /> in printed html file as <br /> is
needed in model for email notices when html format is checked

Test plan :
* define an OVERDUE notice with html activated, with <br /> at each end of line
* make sur you've got some borrowers with overdues meeting your notices
triggering rules (some with valid email and others without)
* run overdue_notices.pl -html to generate html files for borrowers without
email

Without patch
* email notifications are correctly formated as html content, with one <br />
at each end of line
* in html file, <br /> is duplicated at each end of line

With patch
* nothing changes for email notification
* html file is correctly formatted with only one <br /> at each end of line

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

Copied test plan from comment.
No errors

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list