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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 2 16:24:35 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  11606693ef6026093d55ea652db083e90ccc6ffe (commit)
      from  090ba4902cbd04634caa5fd507a2672b0987d795 (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 11606693ef6026093d55ea652db083e90ccc6ffe
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Sep 25 16:15:07 2013 +0000

    Bug 10949: restore ability to successfully print hold slips
    
    This fixes a regression introduced by the patch for bug
    9394 -- when printing a hold slip using the 'print and confirm'
    button, the slip would contain only the text 'reserve not found',
    not a full hold slip.
    
    This patch also adds a regression test.
    
    To test:
    
    [1] Check in an item that would fill a hold.  Use the 'print
        and confirm button' to confirm the hold.
    [2] The printout will only contain text to the effect of
        'reserve not found'.
    [3] Apply the patch.
    [4] Repeat step 1.  This time, a full hold slip should be printed.
    [5] Verify that prove -v t/db_dependent/Reserves.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Pass all tests, new and old, and QA script.
    Verified wrong and corrected behaviour.
    
    Note: Sometimes there will not be the message 'reserve not found'
    showing up, but hold information for a different record. This happens
    when there exists a reserve_id with the borrowernumber of the patron
    in question in your database.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Reserves.pm            |    7 +++++--
 t/db_dependent/Reserves.t |    5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list