[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/opac opac-addbookbybiblionumber.pl,1.1,1.1.2.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/opac opac-addbookbybiblionumber.pl,1.1,1.1.2.1 |
Date: |
Thu, 10 Mar 2005 00:44:46 -0800 |
Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16548/opac
Modified Files:
Tag: rel_2_2
opac-addbookbybiblionumber.pl
Log Message:
bugfix in baskets :
* The user does not need to have to have librarian rights to use virtual shelves
* error when adding a biblio to an existing basket
Index: opac-addbookbybiblionumber.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-addbookbybiblionumber.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-addbookbybiblionumber.pl 3 Jan 2005 11:09:59 -0000 1.1
--- opac-addbookbybiblionumber.pl 10 Mar 2005 08:44:43 -0000 1.1.2.1
***************
*** 44,48 ****
query => $query,
type => "opac",
! authnotrequired => 0,
});
--- 44,48 ----
query => $query,
type => "opac",
! authnotrequired => 1,
});
***************
*** 81,84 ****
--- 81,89 ----
}
# $Log$
+ # Revision 1.1.2.1 2005/03/10 08:44:43 tipaul
+ # bugfix in baskets :
+ # * The user does not need to have to have librarian rights to use virtual
shelves
+ # * error when adding a biblio to an existing basket
+ #
# Revision 1.1 2005/01/03 11:09:59 tipaul
# *** empty log message ***
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/opac opac-addbookbybiblionumber.pl,1.1,1.1.2.1,
Paul POULAIN <=