]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1341703 Thinko in Batch Edit (hidden by older OpenSRFs)
authorMike Rylander <mrylander@gmail.com>
Mon, 14 Jul 2014 18:57:38 +0000 (14:57 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 18 Jul 2014 20:02:53 +0000 (16:02 -0400)
commite56eb48861a5666080ca5cdd2e72203e9620572e
tree084384d2ac9d333de18d9c6d430ba29d7fec7703
parente61a8085f9edabd97600b072c1a3ea41cd14265b
LP#1341703 Thinko in Batch Edit (hidden by older OpenSRFs)

There's a bug on line 272 of O::A::Cat.pm where we called a non-existent
method named respond_complete on the invocant object. Instead, we need to
call that on the client object (spelled $conn in this method). Batch bib
edit won't work on new OpenSRF's until this is fixed.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm