[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/barcodes label-create-template.pl [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/barcodes label-create-template.pl [dev_week] |
Date: |
Tue, 10 Jul 2007 05:30:23 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 07/07/10 05:30:23
Modified files:
barcodes : label-create-template.pl
Log message:
removing un-needed 'active'
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-create-template.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3
Patches:
Index: label-create-template.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/Attic/label-create-template.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- label-create-template.pl 6 Oct 2006 01:58:47 -0000 1.1.2.2
+++ label-create-template.pl 10 Jul 2007 05:30:23 -0000 1.1.2.3
@@ -27,11 +27,11 @@
my $rows = $query->param('rows');
my $colgap = $query->param('colgap');
my $rowgap = $query->param('rowgap');
-my $active = $query->param('active');
my $units = $query->param('units');
my $fontsize = $query->param('fontsize');
-$active = 1 if ( $active eq 'on' );
+my $batch_id = $query->param('batch_id');
+
my $op = $query->param('op');
my @resultsloop;
@@ -86,7 +86,7 @@
$tmpl_code, $tmpl_desc, $page_width,
$page_height, $label_width, $label_height, $topmargin,
$leftmargin, $cols, $rows, $colgap,
- $rowgap, $active, $fontsize, $units
+ $rowgap, $fontsize, $units
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/barcodes label-create-template.pl [dev_week],
Mason James <=