[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.03-9-g233abba

Git repo owner gitmaster at git.koha-community.org
Wed Jul 25 04:59:28 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, 3.8.x has been updated
       via  233abba73cefbe03885bc2192435b28e746f59aa (commit)
       via  227cee59d68e5a643d2d4fc652c24f47f5e11f6c (commit)
      from  fdcd1f72dd4785f1a12465d3d3b42b27da89ddf8 (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 233abba73cefbe03885bc2192435b28e746f59aa
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon Jul 16 14:13:31 2012 +1000

    Bug 8448 - Holds Awaiting Pickup : Cancelling a hold on a waiting item with multiple holds displays a blank screen instead of a warning prompt
    
    When you cancel a hold in the "Hold Waiting" tab of Holds Awaiting Pickup, you should be prompted to retain or transfer the hold for the next patron in the queue. However, instead of seeing this prompt, you are just shown white screen that fails to alert you to the fact that there are more holds on that item!
    
    There is a missing FOREACH reference in waitingreserves.tt. The template tries to directly reference the hash within the cancel_results array, but we need to access the array before we can access the hash.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 227cee59d68e5a643d2d4fc652c24f47f5e11f6c
Author: Kyle M Hall <kyle.m.hall at gmail.com>
Date:   Thu Oct 8 12:13:13 2009 +0000

    Bug 3701 : BugFix - ReturnToShelvingCart
    
    If the ReturnToShelvingCart syspref is on, and something needs to go in transit,
    the shelving cart setting is overriding the transit.
    
    What seems to be happening is this:
      * Item is checked in, and flagged as needing to go in transit from A to B.
      * Item is immediately flagged as shelving cart, though.  Current display says both shelving cart and in transit.
      * After the cart-to-shelf script runs, item comes out of transit and
        shows as being available at the destination library, although it hasn't
        arrived yet and no one has manually checked it in.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Circulation.pm                                  |    3 +
 C4/Items.pm                                        |   38 +++++++++++++++--
 circ/returns.pl                                    |    6 ---
 .../prog/en/modules/circ/waitingreserves.tt        |   42 ++++++++++---------
 4 files changed, 58 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list