]> git.koha-community.org Git - koha.git/commit
Bug 36758: Add librarian object
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 May 2024 16:48:24 +0000 (17:48 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 9 Aug 2024 16:44:50 +0000 (18:44 +0200)
commit6c2998459875f7c0429b8de9315b02c443e955ad
tree6e555540bac2e6d1c8cc7736bf8f991d59f0ef8d
parentf625baeef0afa1b3fecf673c79d6e48daf775d07
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>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Letters.pm