[koha-commits] main Koha release repository branch master updated. v3.20.00-413-g3cbed1e

Git repo owner gitmaster at git.koha-community.org
Thu Aug 20 18:48:10 CEST 2015


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  3cbed1e65e7fb62ef8460ba64b810b4038e6d70e (commit)
      from  490c3882ac423e842e787ed8c157719dcf33a040 (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 3cbed1e65e7fb62ef8460ba64b810b4038e6d70e
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Mon May 11 10:47:36 2015 -0400

    Bug 14181: MARC21 773 -- Display when ind1 = 0 or blank
    
    Display 773 in opac and staff details when ind1 !=1
    
    Test plan
    =========
    
    1/ Add a new record which uses the 773 field to an instance running
       master code. (the selected MARC framework should have the 773's
       relevant sub-fields enabled and visible on staff client, opac and
       the editor).
    2/ Set ind1 as '0' (zero). The note should be displayed both on OPAC
       as well as the staff client.
    3/ Reset ind1 with a non-zero value or leave it blank. The display
       note should no longer be visible from either client or opac.
    4/ Apply the patch.
    5/ Repeat step #1 and #2. The note is displayed on staff and opac.
    6/ Repeat step #3. The display note should be visible on both staff
       and opac.
    7/ run koha-qa.pl -c 1 -v 2
    
    Note : For #1 above, the following LoC record was used:
           http://www.loc.gov/marc/bibliographic/examples.html#monographic
    
           The patch applied cleanly and performed as expected.
    
           The koha-qa.pl gave OK as results.
    
    Signed-off-by: Indranil Das Gupta  <indradg at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list