Bug 14660: Fix stocknumberAV.pl cataloguing plugin
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 6 Aug 2015 22:20:09 +0000 (00:20 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 23 Aug 2015 06:13:30 +0000 (18:13 +1200)
commit8538cc03f1cffb5b5eeabb06bf6c82e579f5528f
tree4ed77ba7d12ac3257b8ec087280c0ce781f29c08
parent5310bad63f53f4b0b6da1b7e79c6299fcbb3ac0e
Bug 14660: Fix stocknumberAV.pl cataloguing plugin

The cataloguing plugin stocknumberAV.pl is broken and no
longer generating numbers - this patch fixes it.

To test:
- Link a subfield to the plugin - usually it's 952$i or the UNIMARC
  equivalent in your MARC frameworks
- Set up a new authorised value INVENTORY, the code is an uppercase
  prefix - "B"
- The Descriptions is your starting number - 1
- The OPAC description remains empty
- Catalalog an item
- Enter B as stocknumber and activate the plugin by clicking on
  ... at the end of the field
- The number will not get added - Firebug shows an error:
  Undefined subroutine CGI::output_html_with_http_headers
- Apply patch
- Verify numbers are now generated and no errors are shown

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 5f227b42c183f961e83f537a9f84f13e32f4424e)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
cataloguing/value_builder/stocknumberAV.pl