[Koha-cvs] koha/barcodes label-home.pl [rel_2_2]

Mason James szrj1m at yahoo.com
Thu Jul 27 01:33:26 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Mason James <sushi>	06/07/26 23:33:26

Modified files:
	barcodes       : label-home.pl 

Log message:
	now passing sticky paper type to tmpl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-home.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: label-home.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-home.pl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- label-home.pl	20 Jul 2006 15:30:16 -0000	1.1.2.4
+++ label-home.pl	26 Jul 2006 23:33:26 -0000	1.1.2.5
@@ -34,6 +34,7 @@
 
 $data->{'printingtype'} = 'both' if ( !$data->{'printingtype'} );
 $template->param( "printingtype_$data->{'printingtype'}" => 1 );
+$template->param( "papertype_$data->{'papertype'}"       => 1 );
 
 $template->param( "$data->{'barcodetype'}_checked"              => 1 );
 $template->param( "startrow" . $data->{'startrow'} . "_checked" => 1 );





More information about the Koha-cvs mailing list