Bug 8474: Holds done by librarians cause silent errors in koha-error_log, placereques...
authorOlli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Wed, 23 Jul 2014 08:15:57 +0000 (11:15 +0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 23 Apr 2015 15:53:30 +0000 (12:53 -0300)
commit54f7ffb313c44b1036613cf48c08ae9a3b44e132
treeafae684f02475c90d4337651a598e42664f1a151
parent85d7ccb210d62cd5c3642ee0023e12c95180cb60
Bug 8474: Holds done by librarians cause silent errors in koha-error_log, placerequest.pl -> $checkitem

Squashed this rogue variable initialization

Test plan:
1/ Place a hold at a biblio level (on the next available item)
2/ Without this patch you get
placerequest.pl: Use of uninitialized value $checkitem in string ne at /home/koha/src/reserve/placerequest.pl line 75.
placerequest.pl: Use of uninitialized value $checkitem in string ne at /home/koha/src/reserve/placerequest.pl line 101.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Fixed a tab.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
reserve/placerequest.pl