[Koha-bugs] [Bug 10950] Add preferred pronoun field to patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 22 18:54:16 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950

--- Comment #49 from Lucas Gass <lucas at bywatersolutions.com> ---
(In reply to Andrew Fuerste-Henry from comment #48)
> I was successful with everything in this test plan except generating a
> notice. 
> Calling <<borrowers.pronoun>> worked fine.
> Using [% borrower.pronoun %] gave me a big angry error:
> 
> "ERROR PROCESSING TEMPLATE: undef error - The method Koha::Patron->pronoun
> is not covered by tests!"

Andrew, this is my fault. The test plan for step 11 should be:

11. Try some notices like ISSUESLIP. You should be able to add either
<<borrowers.pronouns>> or [% borrower.pronouns %] to the notice and have it
display when you generate the notice.

It is [% borrower.pronouns %] not [% borrower.pronoun %]

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


More information about the Koha-bugs mailing list