[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-12-gd35bcd9bb8

Git repo owner gitmaster at git.koha-community.org
Tue Apr 28 23:46:31 CEST 2020


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, 19.11.x has been updated
       via  d35bcd9bb8890b8ad2121e21e5e4f44adf571b3e (commit)
       via  0a505e0b08f92ee0c4131a036028e13896271740 (commit)
      from  f11299f9c04e6223507f0b4914b3191b60d5845e (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 d35bcd9bb8890b8ad2121e21e5e4f44adf571b3e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Mar 26 22:30:52 2020 +0000

    Bug 17938: Fix display of label for repeated MARC 583 - Action note fields
    
    When there are mulitple 583 on a record, the label "Action note" will be
    repeated for each. This fixes it, so that the label only appears once and
    multiple fields are separated by | following the existing pattern.
    
    Also makes sure there is a space between $z and other subfields.
    
    Note:
    Ind. 1 = private - These won't display in the OPAC
    Ind. 1 = 0 or empty - These will display in the OPAC
    Staff will display all 583 independent from indicator.
    
    To test:
    - Add one or more records with none, one and muliple 583, at least one including $z
      For examples see:
      http://www.loc.gov/marc/bibliographic/bd583.html
    - Verify display problems
    - Apply patch
    - Verify display is improved - one label and $z is followed by a space
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 0a505e0b08f92ee0c4131a036028e13896271740
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 28 01:22:35 2020 +0100

    Bug 24941: Serials - Fix link to basket from acquisition details information
    
    Adding orders from subscriptions makes acquisition information visible
    in the serials module. In the table of acquisition data is a link back
    to the basket - but this link is missing the basket number parameter -
    it doesn't work. This patch fixes the TT variable to make it work.
    
    To test:
    - Add a subscription
    - Add a new basket
    - Add a order line using "Add from subscription"
    - Go to the subscription details page, check the acquisitions tab
    - Try the link to the basket - it should not work
    - Apply patch
    - Try the link again - now it should bring up the basket page with
      the order.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/serials/subscription-detail.tt |  2 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     | 37 +++++++++++-----------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    | 29 ++++++++---------
 3 files changed, 33 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list