koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.32,1.32.2.1
Date: Tue, 13 Jan 2004 09:25:36 -0800

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,
                             });




reply via email to

[Prev in Thread] Current Thread [Next in Thread]