[koha-commits] main Koha release repository branch master updated. v3.22.00-317-g47caf69

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 02:04:54 CET 2016


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  47caf69a469cb48ef18754d2e3bf077e5e882aa4 (commit)
      from  a60943bc1b28696459ea5a28df9874083b9f0966 (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 47caf69a469cb48ef18754d2e3bf077e5e882aa4
Author: Chloe <chloealabaster at gmail.com>
Date:   Thu Jan 21 23:47:42 2016 +0000

     Bug 12045 - Transfer impossible if barcode includes spaces
    
    have changed the code which strips the white space to only remove the leading and trailing white space instead
    
    To Test-
    1- go to circulation -> transfer
    2- attempt to tranfer an item where the barcode has a space in the middle of it
    3- it should fail
    4- apply patch
    5- try again
    6- it should work
    
    NOTE: I purposefully added: die "($barcode)";
          Before, all spaces were removed.
              '    white space    ' became '(whitespace)'
          After, only external spaces were remove
              '    white space    ' became '(white space)'
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 circ/branchtransfers.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list