[koha-commits] main Koha release repository branch master updated. v16.05.00-1328-g9e82c92

Git repo owner gitmaster at git.koha-community.org
Mon Nov 7 17:34:27 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  9e82c921a6a5d43323535393d1b5006c12535eba (commit)
      from  b2c59c7ff248597aefc9043bc2aa4547938c82b5 (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 9e82c921a6a5d43323535393d1b5006c12535eba
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 4 09:19:01 2016 +0000

    Bug 17548: Fix step 1 of memberentry
    
    This bug has been highlighted by bug 15407.
    
    The date limit check on the category code did not work on step 1. But
    after bug 15407 the script crashes with
      Can't call method "dateofbirthrequired" on an undefined value at
      /home/vagrant/kohaclone/members/memberentry.pl line 311.
    
    Test plan:
    - Edit "step 1" information of a patron (first 'Edit' on a patron detail
    page).
    - Save
    => Without this patch it BOOMs
    => With this patch, the info should be correctly saved
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 members/memberentry.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list