[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.06-32-g0d7922d

Git repo owner gitmaster at git.koha-community.org
Thu Jun 14 16:04:28 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, 17.11.x has been updated
       via  0d7922dc556160fb6dc1bfd9aa6cdc1bc3715206 (commit)
       via  349da224b98e2efe2c259aa4d337ec3020316a7d (commit)
       via  a56fea43cd819626121c05902d67fec5bf52d69b (commit)
      from  f0159f8f5712a526f2c1af44b4f9ecc0d82c15a6 (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 0d7922dc556160fb6dc1bfd9aa6cdc1bc3715206
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Jun 1 09:21:48 2018 +0200

    Bug 20851: Add module to circ/article-request-slip.pl
    
    See bug 20468, comment7.
    Although the script seems to compile well, we better add the module here.
    Trivial change.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 84fd5b109e24e7c1ee67d7bb0c7ff1fb9776c8de)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 349da224b98e2efe2c259aa4d337ec3020316a7d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 30 12:10:58 2018 -0300

    Bug 20829: Handle non-existent barcode when linking to host item
    
    Since commit 2c9aeb9b0f4449d1a25274b8fbf8dae4ec11d3bf
      Bug 18277: Remove GetBiblionumberFromItemnumber - linkitem
    
    $item is not defined if the barcode is invalid, we should not call
    method on it in that case.
    
    Test plan:
    - Turn on EasyAnalyticalRecords
    - Go to a detail page
    - Edit > Link to host item
    - Enter an invalid barcode
    => With the patch you get a friendly error message
    => Without this patch it explodes with
    Can't call method "itemnumber" on an undefined value at
    /home/vagrant/kohaclone/cataloguing/linkitem.pl line 86.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b004818515a5b5fbc7748da614b758d1516c0ff2)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a56fea43cd819626121c05902d67fec5bf52d69b
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Tue Jan 16 10:06:20 2018 +0100

    Bug 19972: Make holds to pull list honors item-level_itypes syspref
    
    And reflect that in the UI strings + variable names
    
    Test plan:
    1. Set syspref "item-level_itypes" to "specific item"
    2. Create a hold on a record with one item
    3. Change the document type of the item
    4. Check that the item edition page and the record page show 2 different
         types.
    5. Go to /cgi-bin/koha/circ/pendingreserves.pl
    6. Check that the displayed type is the item one
    7. Set syspref "item-level_itypes" to "biblio record"
    8. Go to /cgi-bin/koha/circ/pendingreserves.pl
    9. See that the displayed type is the item one. When the sysopref says
         "record"
         This is the bug.
    10. Apply this patch
    11. Go to /cgi-bin/koha/circ/pendingreserves.pl
    12. See that the displayed type now follows the syspref
    13. Set syspref "item-level_itypes" to "specific item"
    14. Go to /cgi-bin/koha/circ/pendingreserves.pl
    15. See that the displayed type still follows the syspref
    
    Signed-off-by: Lucie Gay <lucie.gay at ens-paris-saclay.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4c9b26e437f70f9ad422586cc3a40812aa660aff)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 cataloguing/linkitem.pl                                      |    4 +++-
 circ/article-request-slip.pl                                 |    1 +
 circ/pendingreserves.pl                                      |    9 ++++++---
 .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt    |   10 +++++-----
 4 files changed, 15 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list