[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.06-9-g9c4c9d1

Git repo owner gitmaster at git.koha-community.org
Tue Jun 11 18:42:09 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  9c4c9d17e4c48db760d0f75e01f0a85c9c443e11 (commit)
      from  6a63b21c9f0c7abf516757e27395a5b347d1c4b6 (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 9c4c9d17e4c48db760d0f75e01f0a85c9c443e11
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 29 13:46:15 2019 +0000

    Bug 23006: Cannot use inventory with barcodes containing special chars
    
    If a barcode contains special characters like $, the regex in inventory
    does no longer work.
    This fix (as suggested by Jonathan) replaces the regex by a eq compare.
    
    Test plan:
    Pick one barcode and add a $ somewhere in the middle, say 123$456.
    Include this barcode in a barcode file for inventory.
    Run inventory on that file and verify that barcode was read and datelastseen
    was updated. The barcode should not be reported as missing (not scanned).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 851d41ab6b9ec28901086d6a6ce15b3fd589182a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit c868ccc360189d0b5ea5b7c096ba325a304070d0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 tools/inventory.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list