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  ec66ff457b6f1b682f7ad7d0e4f2df6656815848 (commit)
      from  b6979db41057e5a9770789fdaf43a793b69601e6 (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 ec66ff457b6f1b682f7ad7d0e4f2df6656815848
Author: phette23 <phett...@gmail.com>
Date:   Fri May 27 10:13:14 2016 -0700

    Bug 16613: fix MARC 09X help links
    
    The 09X MARC fields, such as 099 local call number or 090
    locally-assigned Library of Congress call number, all point to
    non-existent pages on the LC website, e.g.
    http://www.loc.gov/marc/bibliographic/bd090.html
    
    Test plan:
    - enter the advanced cataloging editor
    - begin to input any MARC tag of form 09X
    - click the help link at the bottom of the browser window
    => Without this patch, taken to a URL of form 
`'http://www.loc.gov/marc/bibliographic/bd' +
      tag + '.html'` which is broken because the only documentation for
      these tags is at https://www.loc.gov/marc/bibliographic/bd09x.html
    => With this patch applied, the link is correct
    
    Signed-off-by: Nicole C Engard <neng...@bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to