]> git.koha-community.org Git - koha.git/commit
Bug 12045 - Transfer impossible if barcode includes spaces
authorChloe <chloealabaster@gmail.com>
Thu, 21 Jan 2016 23:47:42 +0000 (23:47 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Thu, 11 Feb 2016 18:10:26 +0000 (19:10 +0100)
commit4ebed3e6364a460b84073ecc3d8f3cbe4b75ab76
tree47429f6c8754dd1490e12c9b7a1bbbda6663b1b1
parent9e456ee006a457bd5afc5859bfff269e97677abb
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@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit 47caf69a469cb48ef18754d2e3bf077e5e882aa4)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
(cherry picked from commit 8fa06fdfde407522d6f647527e1b3fefa52a154d)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
circ/branchtransfers.pl