[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ circulation.pl [dev_week]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/circ circulation.pl [dev_week] |
Date: |
Sun, 18 Mar 2007 04:12:27 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Joshua Ferraro <kados> 07/03/18 04:12:27
Modified files:
circ : circulation.pl
Log message:
fix for bug 1276: Cannot search for patron wtih apostrophe in their name
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.81.2.14.2.14&r2=1.81.2.14.2.15
Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.14.2.14
retrieving revision 1.81.2.14.2.15
diff -u -b -r1.81.2.14.2.14 -r1.81.2.14.2.15
--- circulation.pl 25 Jan 2007 05:44:29 -0000 1.81.2.14.2.14
+++ circulation.pl 18 Mar 2007 04:12:26 -0000 1.81.2.14.2.15
@@ -64,7 +64,7 @@
my $findborrower = $query->param('findborrower');
$findborrower =~ s|,| |g;
-$findborrower =~ s|'| |g;
+#$findborrower =~ s|'| |g;
my $borrowernumber = $query->param('borrnumber');
my $print=$query->param('print');
my $barcode = $query->param('barcode');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/circ circulation.pl [dev_week],
Joshua Ferraro <=