Bugzilla – Attachment 150510 Details for
Bug 33236
Move C4::Suggestions::NewSuggestion to Koha namespace
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33236: (follow-up) Add use statements
Bug-33236-follow-up-Add-use-statements.patch (text/plain), 598 bytes, created by
Nick Clemens (kidclamp)
on 2023-05-02 10:58:41 UTC
(
hide
)
Description:
Bug 33236: (follow-up) Add use statements
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-05-02 10:58:41 UTC
Size:
598 bytes
patch
obsolete
>From 0fc6c5b5139e210ff3497ebe56993d0f15aa9403 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 2 May 2023 10:58:27 +0000 >Subject: [PATCH] Bug 33236: (follow-up) Add use statements > >--- > Koha/Suggestion.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/Suggestion.pm b/Koha/Suggestion.pm >index 85f7861f96..b9fe4f1529 100644 >--- a/Koha/Suggestion.pm >+++ b/Koha/Suggestion.pm >@@ -19,6 +19,8 @@ package Koha::Suggestion; > > use Modern::Perl; > >+use C4::Context; >+use C4::Letters; > > use Koha::Database; > use Koha::DateUtils qw( dt_from_string ); >-- >2.30.2
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 33236
:
148221
|
149103
|
149679
|
149680
|
149714
|
149715
|
149716
| 150510