[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.00-52-g5fea1d6

Git repo owner gitmaster at git.koha-community.org
Wed May 16 04:40:18 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  5fea1d6f11a9845ecc61e6b5d129d2dc43901c04 (commit)
      from  1d4a3b5308504f9a697348b2e107da68c7f7bb4a (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 5fea1d6f11a9845ecc61e6b5d129d2dc43901c04
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 13 10:11:00 2012 -0400

    Bug 8084: Follow fix for 7641 - Suspend Until not set on by suspend button.
    
    For request.pl, there are two ways to suspend a reserve, either
    by using the 'suspend' button for an individual reserve, or by
    using the 'Update hold(s)' button with suspend until dates set.
    
    If the 'suspend' button is used, any date in the 'suspend until'
    field is ignored. This commit fixes this issue.
    
      * Add suspend_until date to suspend button link via jquery
      * Add optional date to ToggleSuspend()
      * Add KohaDates plugin where necessary
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    passes tests, tested:
    * suspend all holds from circ.pl
    * suspend one hold from circ.pl
    * suspend all holds from moremember.pl
    * suspend one hold from moremember.pl
       --- NOTE: clicking suspend all holds without setting a date will mean the holds must be manually unsuspended. I'm not sure this is intentional?
    * suspend a specific hold using the in-table button on reserves
    * suspend a specific hold using the "update hold" button
    
    500 error is gone.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Reserves.pm                                     |   22 ++++++++++++++-----
 .../prog/en/modules/circ/circulation.tt            |    1 +
 .../prog/en/modules/members/moremember.tt          |    1 +
 .../prog/en/modules/reserve/request.tt             |    5 ++-
 reserve/request.pl                                 |    5 ++-
 5 files changed, 24 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list