Bug 8892 fix Plack scoping in acquisition
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 2 Nov 2012 09:21:24 +0000 (10:21 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 12 Nov 2012 23:44:27 +0000 (18:44 -0500)
commit702aa839521f15c734c66070543d5e61f5983396
tree394c081dbbcaa225ff4709c6175b7c3e0002cae7
parentbc9c8c4124e6fe61ce0b3afe3b2d37c00fc7268a
Bug 8892 fix Plack scoping in acquisition

basket.pl has a local sub get_order_infos that require our-ing the
basketno variable.
Note that I had no problem with this variable. It may be some dead code,
but I couldn't be sure it is, so I just switched basketno to "our"

neworderempty.pl has 2 local sub that require our-ing some variables:
subs MARCfindbreeding and Load_Duplicate

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Passed-QA-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
acqui/basket.pl
acqui/neworderempty.pl