http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13417

--- Comment #8 from Fridolin SOMERS <[email protected]> ---
(In reply to Jonathan Druart from comment #6)
> If not user is logged.
> This code is used for intranet and opac.

Ah, OK.
Its because of line 455 in C4/VirtualShelves.pm :
    $user=0 unless $user;

This has an impact : database user as $user=0 so he will not have this
permission.
Its not a big deal since this database user should be used only to manage staff
users.

Nice job Jonathan ;)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to