https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36758 --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 169239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169239&action=edit Bug 36758: Add librarian object This patch adds a 'librarian' object fetch to C4::Letters::GetPreparedLetter when a called passes the 'want_librarian' flag. This allows for the notice to take full advantage of the patron object for that librarian rather than requireing old non-TT syntax for this feature. Test plan 1) We use the 'librarian' object in the new TICKET_ASSIGNED default notice, use the next patch to test that the librarian title is correctly substituted into the notice. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.