[Koha-cvs] CVS: koha/admin itemtypes.pl,1.17,1.18

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:45:04 CET 2005


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

Modified Files:
	itemtypes.pl 
Log Message:
Adding a parameter to allow acces to people with management flag

Index: itemtypes.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/itemtypes.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** itemtypes.pl	17 Feb 2005 17:56:58 -0000	1.17
--- itemtypes.pl	23 Mar 2005 09:44:59 -0000	1.18
***************
*** 78,82 ****
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1},
  			     debug => 1,
  			     });
--- 78,82 ----
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {parameters => 1, management => 1},
  			     debug => 1,
  			     });





More information about the Koha-cvs mailing list