[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-45-g5a310c0

Git repo owner gitmaster at git.koha-community.org
Fri Feb 13 02:14:54 CET 2015


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.18.x has been updated
       via  5a310c03ddfff8880c7d607750bc8f52e1f3e5bc (commit)
      from  04bb67fa41457be733d85d9820c84e8680a5a0a8 (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 5a310c03ddfff8880c7d607750bc8f52e1f3e5bc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Nov 19 08:16:17 2014 -0500

    Bug 13298 - Holds ratios report ignores ordered items
    
    The holds ratio report ignores ordered items. This could cause a library
    to inadvertently order more copies of a title than they actually need.
    An option should be added to count ordered items ( i.e. any negative
    notforloan value ).
    
    Test Plan:
    1) Apply this patch
    2) Create a record with two items, one regular, one ordered.
    3) Place 3 holds on the item
    4) Run the reserve ratios report, by default you should see this record
    5) Check the new 'include ordered' checkbox, rerun the report
    6) Note that record is no longer displayed
    
    Signed-off-by: Heather Braum <hbraum at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d8e5f0cd9d5926fb3b72e47852eac6b6c4f59be9)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 circ/reserveratios.pl                              |   11 ++++--
 .../prog/en/modules/circ/reserveratios.tt          |   39 +++++++++++++-------
 2 files changed, 32 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list