[Koha-cvs] CVS: koha/admin itemtypes.pl,1.1.2.2,1.1.2.3

Steve Tonnesen tonnesen at users.sourceforge.net
Tue Jul 9 15:05:51 CEST 2002


Update of /cvsroot/koha/koha/admin
In directory usw-pr-cvs1:/tmp/cvs-serv5642

Modified Files:
      Tag: rel-1-2
	itemtypes.pl 
Log Message:
Bug fix.


Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** itemtypes.pl	24 Jun 2002 18:38:36 -0000	1.1.2.2
--- itemtypes.pl	9 Jul 2002 13:05:49 -0000	1.1.2.3
***************
*** 121,125 ****
  		}
  		if (!isNum(f.rentalcharge,0)) {
! 			_alertString += "- loan length is not a number\\n";
  		}
  		if (_alertString.length==0) {
--- 121,125 ----
  		}
  		if (!isNum(f.rentalcharge,0)) {
! 			_alertString += "- rental charge is not a number\\n";
  		}
  		if (_alertString.length==0) {





More information about the Koha-cvs mailing list