[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-7-g1212797

Git repo owner gitmaster at git.koha-community.org
Mon Apr 1 17:56:30 CEST 2019


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  12127972ad15bfd71d764c4db5dd5afa7638f487 (commit)
       via  66550615441e84a00d5252018697baca20c5bf11 (commit)
      from  c15a41bcddcd052d3e8f79af35cb2c4118e567a8 (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 12127972ad15bfd71d764c4db5dd5afa7638f487
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Mar 20 15:52:07 2019 +0000

    Bug 13763: (follow-up) Strip leading whitespace characters from input barcode
    
    this makes the work with barcodes from input consistant on checking out,
         checking in and renewing
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 28ff4f6393e65ebfca60c05611fafc926f1fb239)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2712e1ee55208332db4ec01310f58b8fa0b882c6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 66550615441e84a00d5252018697baca20c5bf11
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Thu Mar 14 04:58:31 2019 +0000

    Bug 13763: Added check for filter syspref in renew.pl
    
    In Circulation->Renew, the renew feature does not check the system
    preference itemBarcodeFilter to see whether the barcode needs to be
    converted. This patch fixes this, adding a check for the system pref and
    applying it accordingly to convert the barcode if it is needed.
    
    Test plan:
    1) In Circulation->Renew, enter a barcode that you know exists in the
    catalogue but add extra spaces, breaking up the barcode. Note that this
    fails with a warning that says 'No item matches this barcode'
    
    2) In system Preferences, set the itemBarcodeInputFilter pref to Remove
    spaces and repeat step1. Note that the result is the same as in step 1
    
    3) Apply the patch
    
    4) Repeat step 1, and note that the filter removes the spaces and the
    item is renewed (or gives an error that indicates it recognises the
    barcode)
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 48e9082043115416063e66217db60f0054b68088)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4505ad4dc52c5384866c157c08ba6a5a6c95a619)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 circ/renew.pl |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list