[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin itemtypes.pl,1.16,1.16.2.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/admin itemtypes.pl,1.16,1.16.2.1 |
Date: |
Thu, 17 Feb 2005 04:41:54 -0800 |
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'};
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin itemtypes.pl,1.16,1.16.2.1,
Paul POULAIN <=