[Koha-cvs] CVS: koha/circ branchtransfers.pl,1.9,1.10

Chris Cormack rangi at users.sourceforge.net
Sat Jun 29 01:43:19 CEST 2002


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 $count=@inp;
! 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) {





More information about the Koha-cvs mailing list