[open-ils-commits] r11653 - branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 22 15:36:19 EST 2008


Author: erickson
Date: 2008-12-22 15:36:15 -0500 (Mon, 22 Dec 2008)
New Revision: 11653

Modified:
   branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
Log:
removing unused and un-correct user search method

Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-12-22 20:35:01 UTC (rev 11652)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-12-22 20:36:15 UTC (rev 11653)
@@ -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