koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/barcodes barcodes.pl,1.3,1.4
Date: Wed, 26 Oct 2005 02:11:52 -0700

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',




reply via email to

[Prev in Thread] Current Thread [Next in Thread]