fix for bug 1276: Cannot search for patron wtih apostrophe in their name
This commit is contained in:
parent
24a895bdc4
commit
b4d72b977f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ my $printer = GetPrinter($query, $printers);
|
|||
|
||||
my $findborrower = $query->param('findborrower');
|
||||
$findborrower =~ s|,| |g;
|
||||
$findborrower =~ s|'| |g;
|
||||
#$findborrower =~ s|'| |g;
|
||||
my $borrowernumber = $query->param('borrowernumber');
|
||||
|
||||
# new op dev the branch and the printer are now defined by the userenv
|
||||
|
|
Loading…
Reference in a new issue