[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/barcodes label-print-csv.pl [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/barcodes label-print-csv.pl [dev_week] |
Date: |
Tue, 22 Jan 2008 00:32:49 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 08/01/22 00:32:49
Modified files:
barcodes : label-print-csv.pl
Log message:
uncommenting $batch_id
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-csv.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3
Patches:
Index: label-print-csv.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/Attic/label-print-csv.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-print-csv.pl 22 Jan 2008 00:17:01 -0000 1.1.2.2
+++ label-print-csv.pl 22 Jan 2008 00:32:49 -0000 1.1.2.3
@@ -12,7 +12,7 @@
use Text::CSV_XS;
-#use Smart::Comments '###';
+use Smart::Comments '###';
my $htdocs_path = C4::Context->config('intrahtdocs');
my $cgi = new CGI;
@@ -23,9 +23,8 @@
my $template = GetActiveLabelTemplate();
my $conf_data = get_label_options();
-#my $batch_id = $cgi->param('batch_id');
-my $batch_id = 1;
-##### $batch_id;
+my $batch_id = $cgi->param('batch_id');
+### $batch_id;
my @resultsloop = get_label_items($batch_id);