]> git.koha-community.org Git - koha.git/commit
Bug 7454 Initialize return arrays in ILS/Transaction/RenewAll
authorColin Campbell <colin.campbell@ptfs-europe.com>
Tue, 17 Jan 2012 14:46:09 +0000 (14:46 +0000)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Wed, 23 May 2012 23:29:07 +0000 (19:29 -0400)
commit103c54b7fcdcfa6a43438c355c68456e2b06eba2
treea7e41ff4ebf2f119f3e51b2b7ea6d62f803a98cc
parentb0d8a39e6898a96eba23a5f5df7c4cb406184b88
Bug 7454 Initialize return arrays in ILS/Transaction/RenewAll

Explicitly clear these arrays and update them directly.
In practice item numbers were already in them when called
so that more items were being returned than were actually
renewed (or failed)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Functionally sound patch, and tested in production

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/SIP/ILS/Transaction/RenewAll.pm