[koha-commits] main Koha release repository branch master updated. v3.22.00-912-g7e1ccbd

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 23:48:11 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, master has been updated
       via  7e1ccbd6069658540dd352f63ade3ef7b19de282 (commit)
      from  804e7d377bf513671c1b0904c97bd378c8e6965f (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 7e1ccbd6069658540dd352f63ade3ef7b19de282
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

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

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