[Koha-cvs] CVS: koha imemberentry.pl,1.8,1.9

Owen Leonard oleonard at users.sourceforge.net
Wed Dec 31 18:57:28 CET 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv947

Modified Files:
	imemberentry.pl 
Log Message:
Added 'id' attribute to branchcode select list

Index: imemberentry.pl
===================================================================
RCS file: /cvsroot/koha/koha/imemberentry.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** imemberentry.pl	15 May 2003 12:25:04 -0000	1.8
--- imemberentry.pl	31 Dec 2003 17:57:25 -0000	1.9
***************
*** 65,68 ****
--- 65,69 ----
  }
  my $CGIbranch=CGI::scrolling_list( -name     => 'branchcode',
+ 			-id => 'branchcode',
  			-values   => \@select_branch,
  			-default  => $data->{'branchcode'},





More information about the Koha-cvs mailing list