[Koha-cvs] CVS: koha/admin itemtypes.pl,1.16,1.16.2.1

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 17 13:41:54 CET 2005


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31687/admin

Modified Files:
      Tag: rel_2_2
	itemtypes.pl 
Log Message:
adding notforloan column in admin/itemtypes list

Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** itemtypes.pl	2 Dec 2004 16:37:33 -0000	1.16
--- itemtypes.pl	17 Feb 2005 12:41:52 -0000	1.16.2.1
***************
*** 178,181 ****
--- 178,182 ----
  		$row_data{itemtype} = $results->[$i]{'itemtype'};
  		$row_data{description} = $results->[$i]{'description'};
+ 		$row_data{notforloan} = $results->[$i]{'notforloan'};
  		$row_data{renewalsallowed} = $results->[$i]{'renewalsallowed'};
  		$row_data{rentalcharge} = $results->[$i]{'rentalcharge'};





More information about the Koha-cvs mailing list