[Koha-bugs] [Bug 10519] Suggestions: 'Organize by' and correct display of tab descriptions broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 18 15:47:30 CEST 2014


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

--- Comment #36 from Paola Rossi <paola.rossi at cineca.it> ---

1) Special case to test for 10519:
I've applied 12257 against master 3.17.00.008.

As you certainly know, an anonymous purchase suggestion can be produced on OPAC
changing "AnonSuggestions" pref to "Allow" value, and the "AnonymousPatron"
pref to an "X" value (an existent patron's borrowernumber). As a patron, the
AnonymousPatron "X" should be linked to a library.

I've created a new patron, and I've linked him to Centerville, the same library
of the test-user I log in on intranet.
Then I've created an anonymous purchase suggestion on OPAC.

In Intranet ACQ, the AnonymousPatron "X" should be listed among the other users
in the "Suggested by" dropdown list of the "Suggestion information" filter: OK,
he's listed there.

In ACQ Suggestions, I've set "Centerville" in "Acquisition information" filter
"For", and I've asked for all suggestions, f.i. organized by status.
In DB the anonymous suggestion has "ASKED" status, and is not linked to a
library (its branchcode is NULL).
No anonymous suggestion is listed among the pending ones: KO.

In intranet, I've set "Any" in "Acquisition information" filter "For", and I've
asked for all suggestions, f.i. organized by status.
This time the anonymous suggestion has been listed among the pending ones: OK.
So the problem is about the library, not about the status of the suggestion.

About KO: IMO on OPAC the koha/opac-suggestions.pl should set the
AnonymousPatron's library to the anonymous suggestion branchcode, in case the
APatron has one. So there could be a bug there.
Otherwise, I invite you to pass this 10519 patch to "Failed QA" status.

2) Note.
When "AnonSuggestions" pref is set to "Allow" value, koha lets the
"AnonymousPatron" pref be kept to "0" value (non-existent patron), its default
value.
But, if in koha every patron should be linked to a library, the
"AnonymousPatron" should be linked too.
Setting to '0' the "AnonymousPatron" pref can violate a rule, and so it can
give some problems.

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


More information about the Koha-bugs mailing list