[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-65-gd937008

Git repo owner gitmaster at git.koha-community.org
Mon May 19 17:04:35 CEST 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, 3.14.x has been updated
       via  d93700833b0c816731e2675cc436979358c0081f (commit)
      from  91c7ea239f93c838f5f3b306ef2fee6255f1fef2 (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 d93700833b0c816731e2675cc436979358c0081f
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>
    (cherry picked from commit 518870223669e8d4e3893401d18da0610ac1f6c7)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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