From: dbs Date: Tue, 20 Jan 2009 19:15:46 +0000 (+0000) Subject: Typo in API docs. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0d61d5fdbf16f9e13f659abb13d69add1c8742c4;p=Evergreen.git Typo in API docs. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11887 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 b0f0066be9..3ff86cf8c2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -1315,7 +1315,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