[Koha-cvs] koha/members mancredit.pl maninvoice.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Aug 24 16:33:49 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/08/24 14:33:49

Modified files:
	members        : mancredit.pl maninvoice.pl 

Log message:
	Sync with recent commit on head.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/members/mancredit.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/members/maninvoice.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: mancredit.pl
===================================================================
RCS file: /sources/koha/koha/members/mancredit.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- mancredit.pl	17 Jan 2006 16:42:12 -0000	1.1
+++ mancredit.pl	24 Aug 2006 14:33:49 -0000	1.1.2.1
@@ -43,7 +43,7 @@
   $amount = -$amount;
   my $type=$input->param('type');
   manualinvoice($bornum,$itemnum,$desc,$type,$amount);
-  print $input->redirect("/cgi-bin/koha/boraccount.pl?bornum=$bornum");
+  print $input->redirect("/cgi-bin/koha/members/boraccount.pl?bornum=$bornum");
 } else {
 	my ($template, $loggedinuser, $cookie)
 	= get_template_and_user({template_name => "mancredit.tmpl",

Index: maninvoice.pl
===================================================================
RCS file: /sources/koha/koha/members/maninvoice.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- maninvoice.pl	17 Jan 2006 16:42:12 -0000	1.1
+++ maninvoice.pl	24 Aug 2006 14:33:49 -0000	1.1.2.1
@@ -43,7 +43,7 @@
   my $amount=$input->param('amount');
   my $type=$input->param('type');
   manualinvoice($bornum,$itemnum,$desc,$type,$amount);
-  print $input->redirect("/cgi-bin/koha/boraccount.pl?bornum=$bornum");
+  print $input->redirect("/cgi-bin/koha/members/boraccount.pl?bornum=$bornum");
 } else {
 	my ($template, $loggedinuser, $cookie)
 	= get_template_and_user({template_name => "maninvoice.tmpl",





More information about the Koha-cvs mailing list