[koha-commits] main Koha release repository branch master updated. v16.11.00-64-gb292874

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 12:40:41 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  b292874538ac9af55314b55155d98e2c42d00970 (commit)
      from  b222e7d9218e353908ed8d7eda1407d8846b75b5 (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 b292874538ac9af55314b55155d98e2c42d00970
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Oct 31 14:39:40 2016 +0000

    Bug 14876 - Show number of holds per record on the search results
    
    This patch sues the existing plugin
    Koha::Template::Plugin::Biblio->HoldsCount
    
    To be consistent with current behaviour 'Holds (0)' is shown when
    no holds have been placed on an item
    
    To test:
    1 - Search in staff
    2 - Note holds link has no extra information
    3 - Apply patch
    4 - prove -v t/db_dependent/Template/Plugin/Holds.t
    5 - Do search in staff that returns records with some holds (i.e. place
                    some holds)
    6 - Note the number of holds now displays next to the text of the link:
        Holds (#)
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list