use configuration from /etc/koha/sites/fer/koha-conf.xml
[ferlib2koha.git] / koha-patches / jmbag-circulation.diff
1 commit 294e480d7c44eb95f57ed502c3f8b0dd73e6e36f
2 Author: dpavlin <gimpoz>
3 Date:   Tue Jun 21 23:23:55 2011 +0200
4
5     gimpoz: /usr/share/koha/intranet/cgi-bin/circ/circulation.pl [commit]
6
7 diff --git a/gimpoz/usr/share/koha/intranet/cgi-bin/circ/circulation.pl b/gimpoz/usr/share/koha/intranet/cgi-bin/circ/circulation.pl
8 index 8cd9fa9..3398e73 100755
9 --- a/gimpoz/usr/share/koha/intranet/cgi-bin/circ/circulation.pl
10 +++ b/gimpoz/usr/share/koha/intranet/cgi-bin/circ/circulation.pl
11 @@ -93,6 +93,8 @@ my %renew_failed;
12  for (@failedrenews) { $renew_failed{$_} = 1; }
13  
14  my $findborrower = $query->param('findborrower');
15 +# FIXME dpavlin - FER
16 +$findborrower =~ s/^.*%B60198321(\d{10})\d&.*$/S$1/ && warn "JMBAG: $1";
17  $findborrower =~ s|,| |g;
18  my $borrowernumber = $query->param('borrowernumber');
19