[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-4-g37e7a6f

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 20:45:00 CET 2015


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.20.x has been updated
       via  37e7a6fe7801cacf6f89fd96b34d6b3939c9d409 (commit)
      from  639795900b0fdaaab9ec3897206c38ec13755782 (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 37e7a6fe7801cacf6f89fd96b34d6b3939c9d409
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Oct 14 08:48:30 2015 -0400

    Bug 15010: Import patron tool creates 'duplicate' restrictions ( debarments )
    
    If a patron has restrictions and a CSV file of patrons to be overwritten
    is uploaded but has no debarred / debarredcomment columns, the a new
    restriction will be added that combines all the existing restrictions (
    i.e. a new debarment based on the existing borrowers.debarred
    and borrowers.debarredcomment fields ).
    
    Test Plan:
    1) Create a patron with one or more restrictions
    2) Import a CSV file that updates that patron, but with no debarred columns
    3) Note a new restrictions is created
    4) Delete the new restriction
    5) Apply this patch
    6) Re-import the CSV file again
    7) Note that no new restriction is created
    8) Add debarred and debarredcomment columns to the CSV file with a test
       date and description
    9) Re-import the CSV file again
    10) Note the new restriction is added to the patron
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Daniel Grobani <dgrobani at samuelmerritt.edu>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit fd123903651435c56ca14d88897e9ce4d7a38bb5)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 tools/import_borrowers.pl |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list