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

Mason James szrj1m at yahoo.com
Wed Aug 29 01:18:02 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/08/28 23:18:01

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

Log message:
	added $batch_id too

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.3&r2=1.1.2.4

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.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- label-print-select-pdf.pl	28 Aug 2007 23:07:54 -0000	1.1.2.3
+++ label-print-select-pdf.pl	28 Aug 2007 23:18:01 -0000	1.1.2.4
@@ -21,9 +21,9 @@
 
 if ( $template->{'tmpl_code'} eq 'demco_142-1685_C' ) {
     print $cgi->redirect(
-        "/cgi-bin/koha/barcodes/label-print-pdf-demco-142-1685c.pl");
+        "/cgi-bin/koha/barcodes/label-print-pdf-demco-142-1685c.pl?batch_id=$batch_id");
 }
 else {
-    print $cgi->redirect("/cgi-bin/koha/barcodes/label-print-pdf.pl");
+    print $cgi->redirect("/cgi-bin/koha/barcodes/label-print-pdf.pl?batch_id=$batch_id");
 }
 





More information about the Koha-cvs mailing list