Bug 12045 - Transfer impossible if barcode includes spaces
authorChloe <chloealabaster@gmail.com>
Thu, 21 Jan 2016 23:47:42 +0000 (23:47 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 01:08:01 +0000 (01:08 +0000)
commit47caf69a469cb48ef18754d2e3bf077e5e882aa4
treecc8f9ca0bae851c02c936f16da425f8cce7d7022
parenta60943bc1b28696459ea5a28df9874083b9f0966
 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>
circ/branchtransfers.pl