[Koha-bugs] [Bug 560] member-flags.pl not working

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Aug 6 14:46:06 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=560

paul.poulain at free.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All



------- Additional Comments From paul.poulain at free.fr  2003-08-07 00:46 -------
1-
==

works fine for me.
Could you check your table structure & data for :
- table USERFLAGS :
0  	superlibrarian  	Access to all librarian functions  	0
1 	circulate 	Circulate books 	0
2 	catalogue 	View Catalogue (Librarian Interface) 	0
3 	parameters 	Set Koha system paramters 	0
4 	borrowers 	Add or modify borrowers 	0
5 	permissions 	Set user permissions 	0
6 	reserveforothers 	Reserve books for patrons 	0
7 	borrow 	Borrow books 	1
8 	reserveforself 	Reserve books for self 	0
9 	editcatalogue 	Edit Catalogue  	0
10 	updatecharges 	Update borrower charges 	0

structure : 
bit   	int(11) Non   	0
flag  	char(30) Oui  	NULL  
flagdesc char(255) Oui  NULL
defaulton int(11)Oui  	NULL

table BORROWERS :
check that there is a field flags int(11)

2- 
==
Do you have a bug in error log ?



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list