[Koha-bugs] [Bug 14830] anonymous purchase suggestions are invisible/inaccessible in staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 8 11:44:35 CEST 2015


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

--- Comment #1 from Mason James <mtj at kohaaloha.com> ---
Created attachment 43244
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43244&action=edit
Bug 14830 - anonymous purchase suggestions are invisible/inaccessible in staff
interface

To test bug...

1/ set various suggestion sysprefs like so

mysql> select variable, value  from systempreferences where variable like
'%sugg%';
+-------------------------------------+-------+
| variable                            | value |
+-------------------------------------+-------+
| AllowPurchaseSuggestionBranchChoice | 0     |
| AnonSuggestions                     | 1     |
| OpacSuggestionManagedBy             | 1     |
| OPACViewOthersSuggestions           | 0     |
| suggestion                          | 1     |
+-------------------------------------+-------+

2/ create an generic ANON borrower for testing

3/ set 'AnonymousPatron' syspref to ANON's borrowernumber

4/ add a suggestion from the OPAC, without being logged in (ie: an anonymous
suggestion)

2/ go to staff interface , fail to see suggestion :'(
    https://demo-admin.yourkoha.foo/cgi-bin/koha/suggestion/suggestion.pl

3/ apply patch...

4/ go to staff interface , see suggestion! :) (pix attached)
    https://demo-admin.yourkoha.foo/cgi-bin/koha/suggestion/suggestion.pl

5/ reward yourself with cake (optional)

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list