Bugzilla – Attachment 171884 Details for
Bug 37989
Add template toolkit to problem_report notice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Attachment to Bug 37989 - Add template toolkit to problem_report notice
Bug-37989-Add-template-toolkit-to-problemreport-no.patch (text/plain), 903 bytes, created by
Lisette Scheer
on 2024-09-23 18:25:42 UTC
(
hide
)
Description:
Attachment to Bug 37989 - Add template toolkit to problem_report notice
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2024-09-23 18:25:42 UTC
Size:
903 bytes
patch
obsolete
>From 0f6a783925e39f2537ccc8601e42c814f4e4e63f Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisette@bywatersolutions.com> >Date: Mon, 23 Sep 2024 18:12:31 +0000 >Subject: [PATCH] Bug 37989: Add template toolkit to problem_report notice This > patch adds the ability to use template toolkit in the PROBLEM_REPORT notice > >--- > C4/Letters.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 7bdbfc9bf2..97d5d37fed 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -1904,6 +1904,12 @@ sub _get_tt_params { > plural => 'train_items', > pk => 'train_item_id' > }, >+ problem_reports => { >+ module => 'Koha::ProblemReports', >+ singluar => 'problemreport', >+ plural => 'problemreports', >+ pk => 'reportid' >+ }, > }; > > 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 37989
:
171884
|
172019
|
175638
|
178472