koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/barcodes label-print-select-pdf.pl [dev_week]


From: Mason James
Subject: [Koha-cvs] koha/barcodes label-print-select-pdf.pl [dev_week]
Date: Tue, 22 Jan 2008 00:33:53 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Mason James <sushi>     08/01/22 00:33:53

Modified files:
        barcodes       : label-print-select-pdf.pl 

Log message:
        adding block for output_to_csv

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-print-select-pdf.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: label-print-select-pdf.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/Attic/label-print-select-pdf.pl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- label-print-select-pdf.pl   19 Oct 2007 07:43:18 -0000      1.1.2.5
+++ label-print-select-pdf.pl   22 Jan 2008 00:33:53 -0000      1.1.2.6
@@ -26,12 +26,11 @@
         
"/cgi-bin/koha/barcodes/label-print-pdf-demco-142-1685c.pl?batch_id=$batch_id");
 }
 
-elsif ( $template->{'tmpl_code'} eq 'ZEBRA_2844' ) {
-#### ZEB
-    print $cgi->redirect(
-        
"/cgi-bin/koha/barcodes/label-print-pdf-zebra-2844.pl?batch_id=$batch_id");
+elsif ( $template->{'tmpl_code'} eq 'OUTPUT_TO_CSV' ) {
+    print 
$cgi->redirect("/cgi-bin/koha/barcodes/label-print-csv.pl?batch_id=$batch_id");
 }
 
+
 else {
     print 
$cgi->redirect("/cgi-bin/koha/barcodes/label-print-pdf.pl?batch_id=$batch_id");
 }




reply via email to

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