[koha-commits] main Koha release repository branch master updated. v3.22.00-698-g361c1e9

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 01:46:13 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  361c1e987c2e78366536ca00001c3b43f700e1ff (commit)
      from  e3bf39b4bc9e81c1304abb3293a5367582bd58d9 (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 361c1e987c2e78366536ca00001c3b43f700e1ff
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 15 12:58:14 2016 +0000

    Bug 15842 - Cannot import patrons if the csv file does not contain privacy_guarantor_checkouts
    
    When importing patrons with a csv file which does not contain the privacy_guarantor_checkouts column in the header, you will get
    DBIx::Class::Storage::DBI::_dbh_execute(): Column 'privacy_guarantor_checkouts' cannot be null at /home/koha/src/C4/Members.pm line 768
    
    The same issue seems to occur for sms_provider_id.
    
    Test Plan:
    1) Attempt to import patron csv file with no privacy_guarantor_checkouts column
    2) Note the error
    3) Apply this patch
    4) Repeat step 1
    5) The error should no longer occur
    
    NOTE: While this patch does work, should it be solved only
    at this level? The issue that there is the lack of those two
    fields on the tools screen still exists.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Members.pm |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list