[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-8-g95d9e02

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:05:23 CET 2015


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, 3.20.x has been updated
       via  95d9e029c8ef612b5802c6e8951344cb0f678aaf (commit)
      from  780bc5ecd9be9b645b7fdccc2bcc331dd7df2081 (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 95d9e029c8ef612b5802c6e8951344cb0f678aaf
Author: Marc Véron <veron at veron.ch>
Date:   Tue Oct 27 12:38:32 2015 +0100

    Bug 15068: Get rid of warnings in members/summary-print.pl
    
    This patch removes warnings when printing a summary from a member's
    detail page, like:
    
    - use of uninitialized value in sprintf
      at /usr/share/kohaclone/members/summary-print.pl line 47
    
    - Use of uninitialized value $roadtype in concatenation (.) or string
      at /usr/share/kohaclone/members/summary-print.pl line 61
    
    - Use of uninitialized value in addition (+)
      at /usr/share/kohaclone/members/summary-print.pl line 87
    
    - Argument "2015-11-03 23:59:00" isn't numeric in numeric comparison
      (<=>) at /usr/share/kohaclone/members/summary-print.pl line 103
    
    To test:
    - Apply patch
    - Go to a detail page with a member who has a lot of fines
    - Print summary
    - Verify that warnings like the ones above do no longer appear.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Have been able to see those warnings in Apache log file, and notice
      their disappearance after applying this patch.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit c292dde75b5e206045cef47d0be51235159a4b6d)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 members/summary-print.pl |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list