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  b588babdb23bfdc1163864a26c36a61bf8a39ae5 (commit)
      from  118bff64be868df02b3a2363b3ad72cfcca0d8a6 (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 b588babdb23bfdc1163864a26c36a61bf8a39ae5
Author: Marc <ve...@veron.ch>
Date:   Wed Oct 5 15:43:29 2016 +0200

    Bug 17403: Internal Server Error while deleting patron
    
    This patch fixes a Internal Server Error while deleting patrons.
    
    To reproduce:
    
    - Go to a patron's detail page
    - Toolbar : More : Delete
    - Confirm "Are you sure you want to delete..."
    
    Result: Internal Server Error
    Plack error log:
    exited nonzero: 1 at /home/marc/koha/members/deletemem.pl
    Note: Patron is deleted
    
    Additional tests: Try to delete yourself, to delete a staff member
    without having superlibrarian permission etc.
    
    To test:
    
    - Apply patch
    - Re-start plack
    - Try to reproduce steps above (with other patron)
    Expected result:
    No Internal Server Error, Redirect to Home > Patrons
    
    Amended to include all occurences of 'exit 1'
    
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>
    
    Good catch Marc
    
    Signed-off-by: Katrin Fischer  <katrin.fisc...@bsz-bw.de>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

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

Summary of changes:
 members/deletemem.pl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to