[koha-commits] main Koha release repository branch new/bug_7144 created. v3.06.00-784-gf80c926

Git repo owner gitmaster at git.koha-community.org
Wed Mar 21 11:02:16 CET 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, new/bug_7144 has been created
        at  f80c9260135433d4c7c343fe88b13a0f73aa5efd (commit)

- Log -----------------------------------------------------------------
commit f80c9260135433d4c7c343fe88b13a0f73aa5efd
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Mar 21 11:02:01 2012 +0100

    Bug 7144 string follow-up: reordering text
    
    the table below show checkout/hold/return, so the description should be in the same order for a better consistency
    
    Plus the term "return" is used elsewhere in the page, so s/checkin/return/

commit 00bd409a9a4e7576a2d5f613e7e86e26758ee287
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Mar 21 10:40:16 2012 +0100

    Bug 7144 followup DBrev number

commit 9390382a46c91d691655caf10ae59fee21364027
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon Feb 27 14:11:56 2012 +0100

    Bug 7144 follow-up cleaning for HTML4 coding guideline
    
    http://wiki.koha-community.org/wiki/Coding_Guidelines#Upper_and_Lower_cases_in_strings
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit d92c595dc434b4761f358ce370f6579d1ca98153
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Mon Dec 12 12:15:35 2011 -0500

    Enhancement 7144: Floating Collections (per branch/itemtype)
    
    Adds support for Floating Collections (i.e. items that don't automatically return
    home when checked in at another branch) on a per branchcode/itemtype basis.
    
    This patch adds a new column (returnbranch) to the default_circ_rules, default_branch_item_rules,
    default_branch_circ_rules and branch_item_rules tables, after the 'holdsallowed' column.  While
    this is coded as a varchar(15), the only currently supported values are 'homebranch', 'holdingbranch',
    'noreturn' and NULL.
    
    On upgrade, the value of HomeOrHoldingBranchReturn is used to populate the global default (which is
    stored in default_circ_rules.returnbranch).
    
    To access this value, use C4::Circulation::GetBranchItemRule.  This subroutine is altered to supply
    an additional key, "returnbranch", containing this value (or 'homebranch' as a default).  No existing
    usage of GetBranchItemRule should need to be modified.
    
    The use of HomeOrHoldingBranchReturn is removed in AddReturn to instead use this subroutine.  This will
    determine, on a more granular level, where the item should be transferred, after all is said and done.  If
    'noreturn' is specified, then the material will remain at the branch doing the checking in.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Passes prove t xt t/db_dependent
    
    I was able to make this feature work as advertised.
    As noted above, if you want a floating rule applied across all branches, adding a single default rule won't suffice, you'll need to add the rule to all branches. That issue is not related to the functioning of *this* patch however.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list