[koha-commits] main Koha release repository branch new/bug_7016 updated. v3.04.00-769-gdc1d934

Git repo owner gitmaster at git.koha-community.org
Wed Apr 18 16:54:23 CEST 2012


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, new/bug_7016 has been updated
       via  dc1d934c8f966dfbb824613f9ef034519acd2f05 (commit)
       via  f84671dce925ef0f5127073520d35b480613e3c1 (commit)
      from  823b807ac9e20706bdd3931962e126affc72cbeb (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 dc1d934c8f966dfbb824613f9ef034519acd2f05
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Apr 11 16:13:22 2012 -0400

    bug 7016 further followup: clarify return of GetItemnumbersForBiblio
    
    New function was actually returning an arrayref, so made
    perldoc and function usage consistent.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit f84671dce925ef0f5127073520d35b480613e3c1
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Fri Jan 6 09:53:49 2012 -0500

    Bug 7016 Followup: Add new GetItemnumberForBiblio subroutine
    
    Adds a new subroutine in C4::Items, GetItemnumbersForBiblio, which takes a
    single biblionumber, and returns an array of all the corresponding itemnumbers.
    
    This patch also replaces the usage of get_itemnumbers_of in C4::Reserves::CanBookBeReserved
    with this new subroutine, as the output is more consistent with what we were
    lookng for (this is what fixes the bug issue).
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Items.pm    |   21 +++++++++++++++++++++
 C4/Reserves.pm |    6 +++---
 2 files changed, 24 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list