[koha-commits] main Koha release repository branch master updated. v3.14.00-1197-gb35665b

Git repo owner gitmaster at git.koha-community.org
Tue May 6 00:12:04 CEST 2014


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  b35665ba9dd1f209b500cc160a36d3b4dde1bb74 (commit)
      from  2626311e5e6a635e97ff9041be1c57217a081acc (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 b35665ba9dd1f209b500cc160a36d3b4dde1bb74
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 22 09:15:31 2013 -0500

    Bug 11287: make patron import tool take new restrictions system into account
    
    The import patrons tool will add restrictions in the previous style (
    directly to the borrowers table ). This will actually work, but
    will result in the restriction being un-removable, and will be
    overwritten by any new restrictions.
    
    Test Plan:
    1) Apply this patch
    2) Import new patrons with debarrments, note the debarment is created
       correctly
    3) Import existing patrons with overwrite enabled, note that any new
       debarrment is added, and any existing debarrment is ignored
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Borrower/Debarments.pm |    2 +-
 tools/import_borrowers.pl   |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list