[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-92-g26f05af

Git repo owner gitmaster at git.koha-community.org
Wed Mar 23 08:49:54 CET 2016


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.22.x has been updated
       via  26f05afd0b66b4903e6c41a3e21150c34d024b2c (commit)
      from  bf55fbd4d42058487f1fef30f7dbfc24e6f8bad3 (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 26f05afd0b66b4903e6c41a3e21150c34d024b2c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 7 14:04:44 2016 +0000

    Bug 15997 - Hold Ratios for ordered items doesn't count orders where AcqCreateItem is set to 'receiving'
    
    Currently, the hold ratios script only counts on order items where the
    record item is created at the time the order is placed, and not if the
    item is created when the item is received.
    
    Test Plan:
    1) Set AcqCreateItem to recieving
    2) Run the hold ratios report with "include ordered" checked
    3) From aquisitions, order some additional items for the record
    4) Re-run the hold ratios report, not there is no change in the ratio
       for that record
    5) Apply this patch
    6) Re-run the hold ratios reporat again, the ratio should now have
       changed
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 7e1ccbd6069658540dd352f63ade3ef7b19de282)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 circ/reserveratios.pl |   13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list