[Koha-cvs] CVS: koha/barcodes barcodes.pl,1.3,1.3.2.1

Owen Leonard oleonard at users.sourceforge.net
Thu Sep 1 21:31:08 CEST 2005


Update of /cvsroot/koha/koha/barcodes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28523/barcodes

Modified Files:
      Tag: rel_2_2
	barcodes.pl 
Log Message:
Removing what appears to be an extraneous option in the interval drop-down menu

Index: barcodes.pl
===================================================================
RCS file: /cvsroot/koha/koha/barcodes/barcodes.pl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** barcodes.pl	19 Oct 2004 11:50:18 -0000	1.3
--- barcodes.pl	1 Sep 2005 19:31:06 -0000	1.3.2.1
***************
*** 83,87 ****
  
  # It creates a list of posible intervals to choose codes to generate
! my %list = ('continuous' => 'Continuous Range of items', 'individuals' => 'Individual Codes', 'continuous2' => 'Continuous range (from - to)');
  my @listValues = keys(%list);
  my $rangeType = CGI::scrolling_list(-name => 'rangeType',
--- 83,87 ----
  
  # It creates a list of posible intervals to choose codes to generate
! my %list = ('continuous' => 'Continuous Range of items', 'individuals' => 'Individual Codes');
  my @listValues = keys(%list);
  my $rangeType = CGI::scrolling_list(-name => 'rangeType',





More information about the Koha-cvs mailing list