]> git.evergreen-ils.org Git - working/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:44:48 +0000 (10:44 -0500)
commit49a6922daf40f29726df34d008d81efe677016f5
tree5afecac0d8aaefc84fc7f14d2379d26c417d82c1
parentcaf6322c13c8a101123e8a83157ba377e795e950
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