From: dbs Date: Tue, 20 Jan 2009 19:13:40 +0000 (+0000) Subject: Typo in API documentation. It's the little things. And we aren't talking C++ here... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b807ae318903cb9cd5823a8f5a7dd6dec070290d;p=Evergreen.git Typo in API documentation. It's the little things. And we aren't talking C++ here; Perl uses STDOUT :) git-svn-id: svn://svn.open-ils.org/ILS/trunk@11886 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm index 6b9516c267..3bdd882a45 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -1317,7 +1317,7 @@ __PACKAGE__->register_method( api_name => "open-ils.search.biblio.copy_counts.summary.retrieve", notes => <<" NOTES"); returns an array of these: - [ org_id, callnumber_label, , ,...] + [ org_id, callnumber_label, , ,...] where statusx is a copy status name. the statuses are sorted by id. NOTES @@ -1337,7 +1337,7 @@ __PACKAGE__->register_method( api_name => "open-ils.search.biblio.copy_location_counts.summary.retrieve", notes => <<" NOTES"); returns an array of these: - [ org_id, callnumber_label, copy_location, , ,...] + [ org_id, callnumber_label, copy_location, , ,...] where statusx is a copy status name. the statuses are sorted by id. NOTES @@ -1357,7 +1357,7 @@ __PACKAGE__->register_method( api_name => "open-ils.search.biblio.copy_counts.location.summary.retrieve", notes => <<" NOTES"); returns an array of these: - [ org_id, callnumber_label, , ,...] + [ org_id, callnumber_label, , ,...] where statusx is a copy status name. the statuses are sorted by id. NOTES