]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Replace erroneous calls to $e->retrieve_authority_record($rec_id). user/dyrcona/lp1249476_fix_open-ils.cat.authority.record.retrieve
authorJason Stephenson <jstephenson@mvlc.org>
Fri, 8 Nov 2013 20:02:53 +0000 (15:02 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 8 Nov 2013 20:02:53 +0000 (15:02 -0500)
commit7d8d622c65051a6e95592e822034b2bb18fe0a58
tree31d9ca434852c7db1e4e8867f4d3ab06e7fc87ec
parent92be8d68fb337b651ee546cfdae88c5d09c2ba85
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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/Authority.pm