Replace erroneous calls to $e->retrieve_authority_record($rec_id).
authorJason Stephenson <jstephenson@mvlc.org>
Fri, 8 Nov 2013 20:02:53 +0000 (15:02 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 20 Nov 2013 15:48:50 +0000 (10:48 -0500)
commitcdac86e1201d94b610678cdcf84e0e93107fdc05
tree5afecac0d8aaefc84fc7f14d2379d26c417d82c1
parent95cbc4d3cc154fe3a503a261d3146b63fa3b491a
Replace erroneous calls to $e->retrieve_authority_record($rec_id).

On lines 153 and 175 of OpenILS::Application::Cat::Authority calls
like the above should be $e->retrieve_authority_record_entry($rec_id).
This branch replaces the two misspelled calls with the proper ones.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/Authority.pm