https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10950
--- Comment #49 from Lucas Gass <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
