[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/barcodes barcodes.pl,1.3,1.3.2.1
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/barcodes barcodes.pl,1.3,1.3.2.1 |
Date: |
Thu, 01 Sep 2005 12:31:08 -0700 |
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',
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/barcodes barcodes.pl,1.3,1.3.2.1,
Owen Leonard <=