[open-ils-commits] r11652 - branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 22 15:35:05 EST 2008


Author: erickson
Date: 2008-12-22 15:35:01 -0500 (Mon, 22 Dec 2008)
New Revision: 11652

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

Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-12-22 20:33:34 UTC (rev 11651)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Actor.pm	2008-12-22 20:35:01 UTC (rev 11652)
@@ -928,21 +928,7 @@
 }
 
 
-
 __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",
     authoritative => 1,
 	api_name	=> "open-ils.actor.user.fleshed.retrieve_by_barcode",);



More information about the open-ils-commits mailing list