[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-48-g9c71bf4

Git repo owner gitmaster at git.koha-community.org
Thu Nov 20 22:15:58 CET 2014


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  9c71bf42275a263c3bca5d1c37e1cdcedb599ef6 (commit)
       via  463d52ce1562903aff1097da3dfbb4db4d2de31c (commit)
      from  d04d1851cee0ad28de46fc8ef30a360c85e84f28 (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 9c71bf42275a263c3bca5d1c37e1cdcedb599ef6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 20 15:13:28 2014 +0100

    Bug 13308: The output format should be 'iso2709' instead of 'marc'
    
    In the template of the export tools, the value 'marc' is set for
    the 'format' variable.
    It should be 'iso2709'.
    
    There was a mess in the tools/export.pl script.
    2 variables did the same thing: $format and $output_format
    
    This patch fixes that replacing $format with $output_format
    
    Test plan:
    Try to export biblio in iso2709 and csv using the export tools and from
    the checkout list.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Before applying the patch, attemping an MARC export from tools/export.pl
    resulted in an error. After the patch the export works correctly.
    Exports from the checkouts page also work correctly.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script. Also tested authority export.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 463d52ce1562903aff1097da3dfbb4db4d2de31c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 16 10:29:11 2014 -0400

    Bug 13099 - "Item hasn't been transferred yet" shows pickup branch rather than holding branch
    
    The "Item hasn't been transferred yet" message on circulation.pl and
    moremember.pl in the holds table shows the pickup branch rather than
    holding branch.
    
    Test Plan:
    1) Place an item on hold for a patron
    2) Check the item in to set the hold to waiting
    3) Place an item level hold for another patron,
       make the pickup location be a different library
    4) Load the holds tab on the patron details page for the second patron
    5) Note it says "Item hasn't been transferred yet from <Pickup Library>"
    6) Apply this patch
    7) Repeat step 4
    8) Note the library listed is now the holding library
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described and passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt |    2 +-
 svc/holds                                               |    2 +-
 tools/export.pl                                         |   15 ++++++++-------
 3 files changed, 10 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list