From: Mike Rylander Date: Fri, 24 Jun 2011 18:54:31 +0000 (-0400) Subject: Correct a documentation comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=78060e952bef17e91d6b7c3180c56f1aa52965af;p=evergreen%2Fjoelewis.git Correct a documentation comment Signed-off-by: Mike Rylander Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm index b0d4fc872e..01212dae55 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm @@ -636,7 +636,7 @@ __PACKAGE__->register_method( { desc => 'Biblio record entry Id', type => 'number' } ], return => { - desc => 'True if specified id can be found in biblio.peer_record_copy_map.peer_record.', + desc => 'True if specified id can be found in biblio.peer_bib_copy_map.peer_record.', type => 'bool' } }