[koha-commits] main Koha release repository branch master updated. v16.11.00-785-g7d35bdf

Git repo owner gitmaster at git.koha-community.org
Mon Apr 3 12:39:35 CEST 2017


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  7d35bdf58a0bcebab20df47b50b249cafe12ddb6 (commit)
      from  2d326177ae9faa6007ea835b1b793c7ec49168df (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 7d35bdf58a0bcebab20df47b50b249cafe12ddb6
Author: David Kuhn <techservspec at gmail.com>
Date:   Wed Dec 14 16:02:26 2016 -0800

    Bug 17309 - Renewing and HomeOrHoldingBranch syspref
    
    The AddRenewal subroutine currently uses the circulation rules for the branch
    stored in the Issues table (which is the holding branch) when calculating the new due date.
    
    This patch replaces using the branch from the Issues table with the branch
    specified by the HomeOrHoldingBranch syspref.
    
    To test:
    1. Set up 2 branches, Branch1 and Branch2
    2. Set up a loan rule in Branch1 for DVDs with a 21 day loan period and a
       21 day renewal period.
    3. Set up a loan rule in Branch2 for DVDs with a 14 day loan period and a
       14 day renewal period.
    4. Checkout a DVD belonging to Branch1 while logged into Branch2. It will
       receive the correct 21 day loan period.
    5. Renewing the same DVD while logged into either Branch1 or Branch2
       will give a 14 day due date, rather than 21 days.
    6. Checkout a DVD belonging to Branch2 while logged into Branch1. It will
       receive the correct 14 day loan period.
    7. Renewing the same DVD while logged into either Branch1 or Branch2
       will give a 21 day due date, rather than 14 days.
    8. Apply the patch and repeat steps 4-7. The correct due date should be given
       when the item is renewed, regardless of where it is checked out or renewed.
    
    This update removes reassignment of $branch variable.
    
    Signed-off-by: Cédric Vita <cedric.vita at dracenie.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list