[open-ils-commits] r11654 - branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 22 15:36:35 EST 2008
Author: erickson
Date: 2008-12-22 15:36:32 -0500 (Mon, 22 Dec 2008)
New Revision: 11654
Modified:
branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
removing unused and un-correct user search method
Modified: branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2008-12-22 20:36:15 UTC (rev 11653)
+++ branches/rel_1_2_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm 2008-12-22 20:36:32 UTC (rev 11654)
@@ -914,19 +914,6 @@
__PACKAGE__->register_method(
- method => "search_username",
- api_name => "open-ils.actor.user.search.username",
-);
-
-sub search_username {
- my($self, $client, $username) = @_;
- return new_editor()->search_actor_user({usrname=>$username});
-}
-
-
-
-
-__PACKAGE__->register_method(
method => "user_retrieve_by_barcode",
api_name => "open-ils.actor.user.fleshed.retrieve_by_barcode",);
More information about the open-ils-commits
mailing list