[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-46-g3e77e7a

Git repo owner gitmaster at git.koha-community.org
Mon Oct 8 10:06:53 CEST 2018


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, 18.05.x has been updated
       via  3e77e7a4d6c90e6a14d152af19c46cda6486e7ac (commit)
       via  00422bf33f48c95aac0dc639e42fe958d0de133b (commit)
      from  748b2b332533132749878e505cd9b480c98426fa (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 3e77e7a4d6c90e6a14d152af19c46cda6486e7ac
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Sep 27 12:29:08 2018 +0100

    Bug 19271: Show vendor name on ordered/spent lists
    
     Improvements to the display of lists of ordered and received orders:
     - Show the vendor's name instead of the internal number
    
     To test:
     - Make sure you have some pending and received orders
     - Access the Spent and Ordered pages by clicking on the
       amount ordered or spent on the acq start page
       - Verify that
         - Vendor name shows
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8b1bda9ed8507745b4002199d9aae95c2cbb31fb)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 00422bf33f48c95aac0dc639e42fe958d0de133b
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Aug 10 05:21:56 2018 +0200

    Bug 15971: Add biblioitems to available fields for serial claim notices and fix notices editor display
    
    This fixes 2 related problems:
    
    1) The editor only offered 3 entries from biblio for adding to the notice:
    title, author, serial
    It was not clear that actually all fields from biblio can be used.
    
    2) It was not possible to use fields from biblioitems in the notices
    which left out important fields like the ISSN.
    
    The patch adds the biblioitems table and changes the editor to show
    all entries from biblio and biblioitems table are shown on the left.
    
    To test:
    - Create a subscription
    - Generate next issue a few times to get late issues
    - Create a new notice in the "Claim serial issue" module
      - Use fields from different/all tables
    - Make sure an email address is set for
      - the vendor (also check for 'receives claims for late issues')
      - your staff user
    - Go to serials > claims
    - Claim multiple issues
    - Verify the email is generated and contains the correct information
    
    Example notice:
    
    Title: <<biblio.title>>
    Author: <<biblio.author>>
    ISSN: <<biblioitems.issn>>
    ISBN: <<biblioitems.isbn>>
    Issue: <<serial.serialseq>>
    --
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a002d12888c1e56910a32f28514a59d9a1d9363d)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Letters.pm                                      |    9 +-
 acqui/ordered.pl                                   |    3 +
 acqui/spent.pl                                     |    5 +-
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |    2 +-
 t/db_dependent/Letters.t                           |   96 +++++++++++++++++++-
 tools/letter.pl                                    |   10 +-
 7 files changed, 110 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list