]> git.evergreen-ils.org Git - Evergreen.git/commit
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:50:39 +0000 (10:50 -0500)
commitccc0a8dbcef48ddd19ff94f8a72848bed11612e0
tree55fa98b3933e9cf81f69eb188073218077dbbf92
parentae6aadb3adfacf101e2d16d233a44832c971398a
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>
Conflicts [just whitespace]:
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/Authority.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/Authority.pm