[koha-commits] main Koha release repository branch master updated. v3.22.00-897-g7aedcf6

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 17:51:25 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  7aedcf643e6f7793b4ebf55b1c7cdec7ec04a25d (commit)
      from  4a3404594ff326e0babb8b7bee8e65f5646ff9f9 (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 7aedcf643e6f7793b4ebf55b1c7cdec7ec04a25d
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

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

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