]> 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:25 +0000 (19:29 -0400)
commitcbcc93e6a1948d852fe1cea8031587e4a4c9457c
tree9069a92758f6ded1b09c5672d9c27dbe3478dde2
parent8629d12e5143b5c99cd5a9870b594f57a5884816
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