[koha-commits] main Koha release repository branch master updated. v16.05.00-783-g453e8e7

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 16:15:27 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, master has been updated
       via  453e8e723508463f57577bbbc21a4ea7cc4befb7 (commit)
      from  d8aae99a1cf69a019139debbbb18906956b0702a (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 453e8e723508463f57577bbbc21a4ea7cc4befb7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 11 22:06:46 2016 +0100

    Bug 16908: Koha::Patrons - Remove GetSortDetails
    
    This subroutine was only used in one script and its job is the same as
    GetAuthorisedValueByCode.
    It's better to use the AuthorisedValues TT plugin to retrieve AV
    descriptions.
    
    Test plan:
    Edit a patron with sort1 and/or sort2 defined.
    On the patron details page (members/moremember.pl) you should see the
    sort1 and/or sort2 info displayed.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                                      |   27 +-------------------
 admin/aqbudgets.pl                                 |    2 +-
 .../prog/en/modules/members/moremember.tt          |    4 +--
 members/moremember.pl                              |    4 ---
 t/db_dependent/Koha.t                              |   13 ++--------
 5 files changed, 6 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list