Bug 36915: (follow-up) Include branchname in sample notice

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Paul Derscheid 2024-08-06 13:22:10 +00:00 committed by Katrin Fischer
parent 08f5164064
commit 714ebfb66c
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834
2 changed files with 4 additions and 2 deletions

View file

@ -262,7 +262,7 @@ sub delete {
message_transport_type => 'email',
branchcode => $pickup_library->branchcode,
lang => $patron->lang,
objects => { booking => $self }
objects => { booking => $self, branch => $pickup_library }
);
if ($letter) {

View file

@ -62,7 +62,9 @@ tables:
- "<br>"
- "Dates: [% booking.start_date | $KohaDates %] to [% booking.end_date | $KohaDates %]<br>"
- "<br>"
- "Your library."
- "Kind regards<br>"
- "<br>"
- "[% branch.branchname %]"
- module: catalogue
code: TICKET_ACKNOWLEDGE