Bug 5737

Summary: ZOOM connection problem in merge_authority.pl when trying to do a batch merge.
Product: Koha Reporter: Frédérick Capovilla <fcapovilla>
Component: Command-line UtilitiesAssignee: Frédérick Capovilla <fcapovilla>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P4 CC: chris, koha.sekjal
Version: rel_3_2   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Modified the merge subroutine in AuthoritiesMarc.pm so it won't destroy the connection to the biblioserver.
Bug 5737: Modified the merge subroutine in AuthoritiesMarc.pm so it won't destroy the connection to the biblioserver.

Description Frédérick Capovilla 2011-02-10 16:02:34 UTC Comment hidden (obsolete)
Comment 1 Chris Cormack 2011-07-28 22:02:43 UTC
Created attachment 4771 [details] [review]
Bug 5737: Modified the merge subroutine in AuthoritiesMarc.pm so it won't destroy the connection to the biblioserver.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Comment 2 Ian Walls 2011-08-02 17:39:16 UTC
Patch just introduces a new variable to store a value which is redefined in the next line.  Patch then applies the old value before exiting the subroutine.  Clean, easy to read, marking as Passed QA.
Comment 3 Chris Cormack 2011-08-03 02:06:18 UTC
Pushed, please test