[koha-commits] main Koha release repository branch master updated. v16.05.00-323-gf8eb5e7

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 16:02:28 CEST 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  f8eb5e7f0e4afea791d17692561fb10162aee78c (commit)
      from  62f4e6bed2b74f1bc66a8aa0a32ba80263ae30f8 (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 f8eb5e7f0e4afea791d17692561fb10162aee78c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jul 13 15:41:30 2016 +0000

    Bug 16917 - Error when importing patrons, Column 'checkprevcheckout' cannot be null
    
    Error:
    DBIx::Class::Storage::DBI::_dbh_execute(): Column 'checkprevcheckout'
    cannot be null at C4/Members.pm line 697
    
    Test Plan:
    1) Attempt to import a patron via csv
    2) Note the error
    3) Apply this patch
    4) Repeat the import
    5) No error!
    
    NOTE: Given that all the other tests ran (comment #2), except
          those in comment #3, I resorted to following the test plan
          above using the attachment provided in comment #5. I
          believe the issues in comment #3 constitute other bugs
          which need fixing and are unrelated this bug. Applying the
          patch does resolve the error triggered, and the code is
          good.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list