[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.08-118-gd8966e9

Git repo owner gitmaster at git.koha-community.org
Mon Feb 20 22:01:18 CET 2012


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.4.x has been updated
       via  d8966e96619ed50fb17ce0d10dc53642853e65f7 (commit)
      from  014ecffdbbcdfb742fd71e643a9d02fd895ee747 (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 d8966e96619ed50fb17ce0d10dc53642853e65f7
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Fri Feb 17 14:00:53 2012 -0600

    Bug 6488 - followup - fixes issue with bibs with no items and serials being suppressed
    
    To test:
    
    * create a bib with no items
    * update your index
    	serial records and your new bib with no items should be displayed.
    * add something to the OPACHiddenItems syspref (I like itype: [BK] from the test data)
    *** test both ways, with something in there and with the syspref empty.
    * add an item to your new bib that would be suppressed
    * update your index
    * search for the bib
    	The item should not show
    * change the item into a state where it would no longer be suppressed
    * update your index
    * search for the bib
    	The item should show in the opac
    * just for fun, delete your item
    * update your index
    * Search for the bib - it should still display.
    
    I tested on MARC21 - please test UNIMARC as well.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 2a8fe16752e12505c55c9f8c08afe97afe460f7b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Search.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list