From: erickson Date: Wed, 10 Jun 2009 12:38:31 +0000 (+0000) Subject: enabled authoritative for several methods X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=19c25e1f99b97346935b318927c4beba8b06dd1e;p=evergreen%2Ftadl.git enabled authoritative for several methods git-svn-id: svn://svn.open-ils.org/ILS/trunk@13360 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 504104b464..bfda50c0d4 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm @@ -355,7 +355,9 @@ sub fleshed_copy_retrieve { __PACKAGE__->register_method( method => 'fleshed_by_barcode', - api_name => "open-ils.search.asset.copy.fleshed2.find_by_barcode",); + api_name => "open-ils.search.asset.copy.fleshed2.find_by_barcode", + authoritative => 1, +); sub fleshed_by_barcode { my( $self, $conn, $barcode ) = @_; my $e = new_editor(); @@ -368,7 +370,9 @@ sub fleshed_by_barcode { __PACKAGE__->register_method( method => "fleshed_copy_retrieve2", - api_name => "open-ils.search.asset.copy.fleshed2.retrieve",); + api_name => "open-ils.search.asset.copy.fleshed2.retrieve", + authoritative => 1, +); sub fleshed_copy_retrieve2 { my( $self, $client, $id ) = @_; @@ -409,7 +413,8 @@ sub fleshed_copy_retrieve2 { __PACKAGE__->register_method( method => 'flesh_copy_custom', - api_name => 'open-ils.search.asset.copy.fleshed.custom' + api_name => 'open-ils.search.asset.copy.fleshed.custom', + authoritative => 1, ); sub flesh_copy_custom { @@ -452,7 +457,8 @@ sub biblio_barcode_to_title { __PACKAGE__->register_method( method => 'title_id_by_item_barcode', - api_name => 'open-ils.search.bib_id.by_barcode' + api_name => 'open-ils.search.bib_id.by_barcode', + authoritative => 1, ); sub title_id_by_item_barcode {