koha-bugs
[Top][All Lists]
Advanced

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

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 560] member-flags.pl not working
Date: 6 Aug 2003 12:46:06 -0000

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

address@hidden changed:

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



------- Additional Comments From address@hidden  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.



reply via email to

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