[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.32,1.32.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 13 18:25:36 CET 2004


Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv1219/acqui.simple

Modified Files:
      Tag: rel_2_0
	addbiblio.pl 
Log Message:
permissions fix : catalogue needed for cat-home & editcatalogue for addbiblio.

Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -C2 -r1.32 -r1.32.2.1
*** addbiblio.pl	6 Nov 2003 17:18:31 -0000	1.32
--- addbiblio.pl	13 Jan 2004 17:25:34 -0000	1.32.2.1
***************
*** 197,201 ****
  	my $authorised_values_sth = $dbh->prepare("select authorised_value,lib
  		from authorised_values
! 		where category=? order by authorised_value");
  
  # loop through each tab 0 through 9
--- 197,201 ----
  	my $authorised_values_sth = $dbh->prepare("select authorised_value,lib
  		from authorised_values
! 		where category=? order by lib");
  
  # loop through each tab 0 through 9
***************
*** 324,328 ****
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {catalogue => 1},
  			     debug => 1,
  			     });
--- 324,328 ----
  			     type => "intranet",
  			     authnotrequired => 0,
! 			     flagsrequired => {editcatalogue => 1},
  			     debug => 1,
  			     });





More information about the Koha-cvs mailing list