[Koha-cvs] koha readingrec.pl [dev_week]

Kyle Hall kyle.m.hall at gmail.com
Mon Apr 9 22:26:18 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/04/09 20:26:18

Modified files:
	.              : readingrec.pl 

Log message:
	Added itemcallnumber to loop_reading

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/readingrec.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.12.2.5&r2=1.12.2.5.2.1

Patches:
Index: readingrec.pl
===================================================================
RCS file: /sources/koha/koha/Attic/readingrec.pl,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.5.2.1
diff -u -b -r1.12.2.5 -r1.12.2.5.2.1
--- readingrec.pl	5 Feb 2006 21:59:20 -0000	1.12.2.5
+++ readingrec.pl	9 Apr 2007 20:26:18 -0000	1.12.2.5.2.1
@@ -79,6 +79,7 @@
 	$line{pages} =$issues->[$1]->{'pages'};
 	$line{size} =$issues->[$1]->{'size'};
 	$line{description} =$issues->[$1]->{'description'};
+	$line{itemcallnumber}=$issues->[$1]->{'itemcallnumber'};
 	push(@loop_reading,\%line);
 }
 





More information about the Koha-cvs mailing list