[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.09-30-g8c67172

Git repo owner gitmaster at git.koha-community.org
Sat Sep 21 17:30:33 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.11.x has been updated
       via  8c6717253427b10fb1f354b3051cc2c172e01125 (commit)
      from  9360ce0ebb93668bacb2a9bc3cb7e51d832e0787 (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 8c6717253427b10fb1f354b3051cc2c172e01125
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Apr 29 01:25:46 2019 +0000

    Bug 22799: Avoiding batch item modification case sensitivity when entering barcodes
    
    Note: this fixes the bug that is present right now where batch item
    modification barcode matching is case sensitive, but if Koha barcodes
    ever do become case sensitive, this patch will need to be removed.
    
    To test:
    1) Make/use an item with a barcode with letters in it. For testing
    purposes, I'll be using an item with the barcode 'abcde'.
    2) Go to Tools -> Batch item modification and enter this barcode in the
    barcode list text input field, but change the case of one or some
    letters. (i.e. enter the barcode in the field as 'abCDE')
    3) Click Continue
    4) Notice that the next page shows an error 'the following barcodes were
    not found', but the item still shows underneath (was correctly fetched from database).
    5) Create a text file and put the changed-case barcode in it (i.e. put
    the barcode 'abCDE' in the text file)
    6) Go back to batch item modification and upload the
    text file as a barcode file
    7) Notice same error as in Step 4
    8) Apply patch and refresh page
    9) Run through steps 1 to 6. There should no longer be an error and the
    barcodes should be found as expected.
    
    Sponsored-by: South Taranaki District Council
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Kyle Hall <kyle at bywatersolutions.com>
    Signed-off-by: Donna Bachowski <donna at bywatersolutions.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2071fa4aca27f6748f32fd62037a203df2347141)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 04595c2150aa5fd48ae1a9f926281e18adfe759a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 tools/batchMod.pl |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list