[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.06-42-gde41a7d

Git repo owner gitmaster at git.koha-community.org
Thu Jun 27 17:20:58 CEST 2019


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, 18.11.x has been updated
       via  de41a7de104f846e9d2b3bc967d0cd9de0173341 (commit)
      from  f60f3ca0e64f66bc72c09abbb230ac22ce343dbe (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 de41a7de104f846e9d2b3bc967d0cd9de0173341
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 24 09:58:00 2019 -0500

    Bug 23082: Fatal error editing a restricted patron
    
    In members/memberentry.pl we have to explicitely remove the template's
    params that are not patron's attributes.
    
    Certainly caused by
      commit 1bb6cec902088d07c7a43addc4b4adb5b0bf3d4f
      Bug 20287: Fix update of patrons, clean the data before ->store
    
    Test plan:
    Create a restriction for a patron
    Edit patron's details
    Remove the restriction
    => Without this patch you get "No property remove_debarment for
    Koha::Patron"
    => With this patch applied the restriction is removed
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 8947d5939fb33efd0887a6f443d392b9df17e2aa)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 0d2ebac7649f35c9273c5181e81a21f654e71f85)
    
    Signed-off-by: Lucas Gass <lucas 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