[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/circ circulation.pl [rel_2_2]
From: |
Waylon Robertson |
Subject: |
[Koha-cvs] koha/circ circulation.pl [rel_2_2] |
Date: |
Sun, 28 Jan 2007 01:53:36 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Waylon Robertson <genji> 07/01/28 01:53:31
Modified files:
circ : circulation.pl
Log message:
bug 1276 - cannot find surname with apostriphe in it. Fixed in rel_2_2
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.81.2.16&r2=1.81.2.17
Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.16
retrieving revision 1.81.2.17
diff -u -b -r1.81.2.16 -r1.81.2.17
--- circulation.pl 26 Aug 2006 14:03:58 -0000 1.81.2.16
+++ circulation.pl 28 Jan 2007 01:53:31 -0000 1.81.2.17
@@ -56,8 +56,8 @@
my $printer = getprinter($query, $printers);
my $findborrower = $query->param('findborrower');
-$findborrower =~ s|,| |g;
-$findborrower =~ s|'| |g;
+#$findborrower =~ s|,| |g;
+#$findborrower =~ s|'| |g;
my $borrowernumber = $query->param('borrnumber');
my $print=$query->param('print');
my $barcode = $query->param('barcode');
- [Koha-cvs] koha/circ circulation.pl [rel_2_2],
Waylon Robertson <=