Bugzilla – Attachment 172019 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]
Bug 37989: Add template toolkit to problem_report notice This patch adds the ability to use template toolkit in the PROBLEM_REPORT notice
Bug-37989-Add-template-toolkit-to-problemreport-no.patch (text/plain), 957 bytes, created by
Olivier Vezina
on 2024-09-26 18:54:52 UTC
(
hide
)
Description:
Bug 37989: Add template toolkit to problem_report notice This patch adds the ability to use template toolkit in the PROBLEM_REPORT notice
Filename:
MIME Type:
Creator:
Olivier Vezina
Created:
2024-09-26 18:54:52 UTC
Size:
957 bytes
patch
obsolete
>From 52357e47f37b8374fb1dc6ea97a6ca946cffba7a 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 > >Signed-off-by: Olivier V <olivier.vezina@inLibro.com> >--- > 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.34.1
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