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

Paul POULAIN tipaul at users.sourceforge.net
Wed Oct 26 11:11:52 CEST 2005


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

Modified Files:
	barcodes.pl 
Log Message:
big commit, still breaking things...

* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued

Index: barcodes.pl
===================================================================
RCS file: /cvsroot/koha/koha/barcodes/barcodes.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** barcodes.pl	19 Oct 2004 11:50:18 -0000	1.3
--- barcodes.pl	26 Oct 2005 09:11:50 -0000	1.4
***************
*** 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