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

Git repo owner gitmaster at git.koha-community.org
Fri Aug 3 01:06:57 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  8da4f376b4bdd66df966060536ee80adb672a643 (commit)
       via  c83b6ecf5751d7edcf059bf4068642212757370d (commit)
      from  c6e83d1156cc0ac2d2d299df43cc57a31e2249ef (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 8da4f376b4bdd66df966060536ee80adb672a643
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jul 17 18:30:13 2012 +1000

    Bug 8455 - Check ins processed through "Check Out" tab of the Patron Record ignore Circulation System Preferences
    
    If you check-in an item through the "Check Out" tab of the Patron Record, the return/check-in ignores the "InProcessingToShelvingCart" and "ReturnToShelvingCart" circulation system preferences. Or rather, there just isn't any logic to handle them in the renewscript.pl file.
    
    I'm pretty much just bringing the code straight across from returns.pl, although some minor changes need to be made due to context.
    
    Both system preferences are important to include, since you can check-out an in processing item to a patron. While a regular check-in will clear the in processing status, a check-in through the Patron module will cause the item to have its status returned to "In Processing" rather than going to "Shelving Cart", if the preference is set, of course.
    
    To test the scenario, turn on one of (or both of) these settings and try checking books in through the Circulation module and the Patron module.
    
    Before the patch, you will see that only the Circulation module will change the shelving location.
    
    After the patch, you should see identical behaviour.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c83b6ecf5751d7edcf059bf4068642212757370d
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Jul 30 09:25:30 2012 -0400

    Bug 8520: fix authority display in staff client
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../en/includes/authorities-search-results.inc     |    2 +-
 reserve/renewscript.pl                             |   22 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list