[koha-commits] main Koha release repository branch master updated. v16.11.00-49-g662f562

Git repo owner gitmaster at git.koha-community.org
Fri Dec 9 19:56:47 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  662f5625c2a87c9d2c738c7f0c0022fc493288a6 (commit)
      from  7705a195a7675b247d128f56e8453d945220826e (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 662f5625c2a87c9d2c738c7f0c0022fc493288a6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 4 15:12:53 2016 +0000

    Bug 17556: Koha::Patrons - Remove GetHideLostItemsPreference
    
    The subroutine C4::Members::GetHideLostItemsPreference can easily be
    replaced with Koha::Patron->find(42)->category->hidelostitems
    
    Test plan:
    Create 2 patron categories, 1 with "Lost items in staff client" set to
    "shown" and another one to "Hidden by default"
    Create 2 patrons using them
    On the result search page, the detail page of a record, the item list
    page and the page to place a hold, make sure the lost items are
    shown/hidden as expected
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    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           |   21 ---------------------
 C4/Search.pm            |    5 +++--
 catalogue/detail.pl     |    4 +++-
 catalogue/moredetail.pl |    5 +++--
 reserve/request.pl      |    5 ++++-
 5 files changed, 13 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list