[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-9-gbcf2d8d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 1 15:05:01 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, 3.22.x has been updated
       via  bcf2d8d15494fa63df91bcd6099a9ba39a258e32 (commit)
      from  9478a0bf1eb43e0b82fb7c8ea84a4b503b9f81ce (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 bcf2d8d15494fa63df91bcd6099a9ba39a258e32
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 16 10:01:18 2016 +0000

    Bug 16082: Display a friendly "patron does not exist" message if that's the case - circulation.pl
    
    The major part of pages you can access from a patron detail page (menu)
    does not take into consideration the 'patron does not exist' case.
    If the borrowernumber is linked to a deleted patron, a friendly message
    should be displayed instead of an empty patron detail page.
    
    Test plan:
    Go on circ/circulation.pl?borrowernumber=424242
    and   circ/circulation.pl?borrowernumber=424242&batch=1
    Notice the difference before and after this patch
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com
    (cherry picked from commit 7aedcf643e6f7793b4ebf55b1c7cdec7ec04a25d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 circ/circulation.pl                                |    2 +-
 .../prog/en/modules/circ/circulation.tt            |   16 ++++++-----
 .../en/modules/circ/circulation_batch_checkouts.tt |   28 +++++++++++++-------
 3 files changed, 28 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list