[koha-commits] main Koha release repository branch master updated. v3.14.00-458-g5188702

Git repo owner gitmaster at git.koha-community.org
Wed Feb 19 21:59:55 CET 2014


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  518870223669e8d4e3893401d18da0610ac1f6c7 (commit)
      from  c9dd8b8bc3d07d1f4fc132759758f337e3d23196 (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 518870223669e8d4e3893401d18da0610ac1f6c7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 10 13:28:16 2014 +0100

    Bug 11732: Eliminate warning on undefined branchcode
    
    When you run the Reserves test, you have the warnings:
    Use of uninitialized value $branchcode in hash element at /usr/share/koha/testclone/C4/Letters.pm line 138.
    Use of uninitialized value $branchcode in hash element at /usr/share/koha/testclone/C4/Letters.pm line 148.
    This patch removes that warning.
    
    Test plan:
    Run the Reserves.t again.
    
    Revised Test Plan
    -----------------
    Run the following on the command line prompt before and after
    applying the patch:
        perl -e "use C4::Letters; *C4::Context::userenv= sub { return {} }; my \$blah=C4::Letters::getletter('circulation','DUE', 'BRA');"
    Before the patch there will be errors (as above), after there will not.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    IndependentBranches must be on.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Letters.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list