[koha-commits] main Koha release repository branch master updated. v3.16.00-101-g76596ff

Git repo owner gitmaster at git.koha-community.org
Wed Jun 18 20:13:31 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, master has been updated
       via  76596ff6dc09b6443f23b0d3cdb01ff3aa4ac5d5 (commit)
      from  a79e8bb81590c9b33a06ef325d49bdb3e9adc096 (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 76596ff6dc09b6443f23b0d3cdb01ff3aa4ac5d5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 20 10:06:36 2014 -0500

    Bug 11801: In transit hold items incorrectly labels as "Waiting to be pulled" on request.pl
    
    If an item needs to be transferred to fill a hold, the hold will be
    listed as 'Waiting to be pulled" while it is in transit.
    
    Test Plan:
    1) Place a hold for pickup at another library
    2) Check in the item, confirm the hold transfer
    3) View the holds for that record ( request.pl )
    4) Note the priority is "In transit" and the status is 'Waiting to be
       pulled".
    5) Apply this patch
    6) Reload the holds page
    7) Note the status is now "Item being transferred to $branch"
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 reserve/request.pl |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list