Bugzilla – Attachment 172148 Details for
Bug 36020
Port default recall notices to Template Toolkit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36020: (follow-up) Add TT support to recall notices
Bug-36020-follow-up-Add-TT-support-to-recall-notic.patch (text/plain), 792 bytes, created by
Lisette Scheer
on 2024-09-27 18:05:30 UTC
(
hide
)
Description:
Bug 36020: (follow-up) Add TT support to recall notices
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2024-09-27 18:05:30 UTC
Size:
792 bytes
patch
obsolete
>From 6a3caf0b17f3861826abd76c943e6f3dce4d2921 Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisette@bywatersolutions.com> >Date: Fri, 27 Sep 2024 18:01:38 +0000 >Subject: [PATCH] Bug 36020: (follow-up) Add TT support to recall notices > >--- > C4/Letters.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 7bdbfc9bf2..8a0f89f387 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -1904,6 +1904,12 @@ sub _get_tt_params { > plural => 'train_items', > pk => 'train_item_id' > }, >+ recalls => { >+ module => 'Koha::Recalls', >+ singular => 'recall', >+ plural => 'recalls', >+ pk => 'recall_id' >+ }, > }; > > my $dbh = C4::Context->dbh; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36020
:
166784
|
166934
|
166935
|
170885
|
170886
|
170887
|
170889
|
172134
|
172135
|
172147
| 172148 |
176478
|
176479