[koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1366-gddf0871

Git repo owner gitmaster at git.koha-community.org
Thu Nov 29 08:42:01 CET 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.10.x has been updated
       via  ddf087137eb55aae562749a01309c5906e1097d4 (commit)
       via  dfb94fe3909fe17a6758c65d9db12e83da2b38bc (commit)
       via  a882974417f047b79c2d386c958c83ca1806f5f0 (commit)
      from  bd1f7f03c33139725236263fd93b394e665d532d (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 ddf087137eb55aae562749a01309c5906e1097d4
Author: Christophe Croullebois <christophe.croullebois at biblibre.com>
Date:   Thu Sep 20 16:06:29 2012 +0200

    Bug 8557: Prevents form validation by pressing "Enter"
    
    this patch prevents a scan machine to send 'enter' to the form when it is not expected.
    The patch is on orderreceive.tt and serials-edit.tt.
    Written by Alex Arnaud. MT6626.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Tested with receiving orders and receiving serials. Could reporduce problem befor applying the patch. After applying the patch both forms behaved as expected.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked order receive and serials edit page, barcode + enter does
    no longer submit the form.
    All tests pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit dfb94fe3909fe17a6758c65d9db12e83da2b38bc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 4 07:11:50 2012 -0400

    Bug 8559 - conflicting item statuses - QA Followup
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit a882974417f047b79c2d386c958c83ca1806f5f0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 17 09:06:38 2012 -0400

    Bug 8559 - conflicting item statuses - Force cancel or revert
    
    If a librarian checks out a waiting hold to a different patron
    it gives the item conflicting statuses. The item will show as both
    checked out to the different patron, and waiting for the original
    patron.
    
    This patch fixes this by not allowing this situation to occurr. If
    a librarian attempts to issue an item that is waiting for a different
    patron, the system will force the librarian to choose to
    a) not issue the item
    b) issue the item, and cancel the waiting hold
    c) issue the item, and revert the waiting hold
    
    In this scenario, reverting the waiting hold means to push it back
    on the reserves queue as a hold with a priority of 1, which will push
    the priorities of any existing holds back by 1 as well. It will become
    an item level hold for the given item, as we cannot know if the hold
    was item-level or bib-level given the data we have about the hold.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    All three cases tested, correct outcome each time
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Reserves.pm                                     |   65 +++++++++++++++++++-
 .../prog/en/modules/acqui/orderreceive.tt          |    3 +-
 .../prog/en/modules/circ/circulation.tt            |   10 ++-
 .../prog/en/modules/serials/serials-edit.tt        |    7 ++-
 4 files changed, 77 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list