27 Apr
2015
27 Apr
'15
4:20 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14057 --- Comment #12 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Marc Véron from comment #11)
Update: The reason was not in the select statment, but in line 1128;
$row->{OPAC} should be: $row->{Intranet}
I replaced it in my test code, result: New version provides the same results as old version.
The problem is the context is unknown for the second function, so opac is always used with staff client fall-back. If I recall correctly. Not looking at code right now. -- You are receiving this mail because: You are watching all bug changes.