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:
parent
08f5164064
commit
714ebfb66c
2 changed files with 4 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue