[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.9,1.10
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.9,1.10 |
Date: |
Fri, 28 Jun 2002 16:43:19 -0700 |
Update of /cvsroot/koha/koha/circ
In directory usw-pr-cvs1:/tmp/cvs-serv16469
Modified Files:
branchtransfers.pl
Log Message:
Regex to change the javascript to make cursor start in barcode box
Index: branchtransfers.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/branchtransfers.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** branchtransfers.pl 6 Jun 2002 02:51:38 -0000 1.9
--- branchtransfers.pl 28 Jun 2002 23:43:16 -0000 1.10
***************
*** 278,282 ****
print $query->header;
print startpage;
! print startmenu('circulation');
#foreach my $key (%$messages) {
--- 278,288 ----
print $query->header;
print startpage;
! #print startmenu('circulation');
! my @inp=startmenu('circulation');
! my address@hidden;
! for (my $i=0;$i<$count;$i++){
! $inp[$i]=~
s/document.forms\[0\].elements\[0\]/document\.forms\[0\]\.elements\[1\]/;
! }
! print @inp;
#foreach my $key (%$messages) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ branchtransfers.pl,1.9,1.10,
Chris Cormack <=