[Koha-cvs] CVS: koha/admin currency.pl,1.10,1.11

doXulting doxulting at users.sourceforge.net
Wed Mar 23 10:41:53 CET 2005


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

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

Index: currency.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/currency.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** currency.pl	12 Jan 2004 16:55:05 -0000	1.10
--- currency.pl	23 Mar 2005 09:41:50 -0000	1.11
***************
*** 81,85 ****
                               query => $input,
                               type => "intranet",
! 			     flagsrequired => {parameters => 1},
  			     authnotrequired => 0,
                               debug => 1,
--- 81,85 ----
                               query => $input,
                               type => "intranet",
! 			     flagsrequired => {parameters => 1, management => 1},
  			     authnotrequired => 0,
                               debug => 1,





More information about the Koha-cvs mailing list