[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1033-g30b32d9

Git repo owner gitmaster at git.koha-community.org
Fri Sep 6 18:40:54 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  30b32d99381a8296e41e6843c440cd9e3594eb8a (commit)
      from  0c67e94c8b8dbe1912fd5ba4b503cf53789b75a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 30b32d99381a8296e41e6843c440cd9e3594eb8a
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Wed Aug 14 15:51:10 2013 +0200

    Bug 10727: Replace carriage return with <br /> when printing hold notices
    
    This patch replaces carriage return with <br /> in the content of
    hold notices for printing. This is necessary to convert html file
    into well formatted pdf file.
    
    Test plan :
      - check in an item reserved by a borrower
        that has not activated email notification
      - verify in message_queue table that you've got a
        new HOLD_PRINT notice with status 'pending'
      - run gather_print_notices.pl <directory>
    
    Without the patch, the script generates a html file without <br /> tags.
    If you run printoverdues.sh <directory>, the text in the resulting PDF
    file is all on one line
    
    With the patch, the script generates a html file with <br/> tags and
    the PDF file created by printoverdues.sh is well formatted.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/cronjobs/gather_print_notices.pl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list