11 Dec
2014
11 Dec
'14
2:17 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13417 --- Comment #8 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- (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.