[Koha-cvs] koha/acqui acqui-home.pl

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Apr 25 10:40:51 CEST 2007


CVSROOT:	/cvsroot/koha
Module name:	koha
Changes by:	Henri-Damien LAURENT <hdl>	07/04/25 08:40:51

Modified files:
	acqui          : acqui-home.pl 

Log message:
	GetBorrower changed into GetMember

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/acqui-home.pl?cvsroot=koha&r1=1.19&r2=1.20

Patches:
Index: acqui-home.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/acqui-home.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- acqui-home.pl	24 Apr 2007 13:54:28 -0000	1.19
+++ acqui-home.pl	25 Apr 2007 08:40:51 -0000	1.20
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: acqui-home.pl,v 1.19 2007/04/24 13:54:28 hdl Exp $
+# $Id: acqui-home.pl,v 1.20 2007/04/25 08:40:51 hdl Exp $
 
 
 =head1 NAME
@@ -64,7 +64,7 @@
 );
 
 # budget
-my $borrower= GetBorrower($loggedinuser);
+my $borrower= GetMember($loggedinuser);
 my ( $flags, $homebranch )= ($borrower->{'flags'},$borrower->{'branchcode'});
 
 my @results = GetBookFunds($homebranch);





More information about the Koha-cvs mailing list