Bugzilla – Attachment 89875 Details for
Bug 22907
Cannot add new suggestion with strict SQL modes turned on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22907: Add missing use statement
Bug-22907-Add-missing-use-statement.patch (text/plain), 649 bytes, created by
Liz Rea
on 2019-05-16 18:50:30 UTC
(
hide
)
Description:
Bug 22907: Add missing use statement
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-05-16 18:50:30 UTC
Size:
649 bytes
patch
obsolete
>From 5dac9d2fc8341cd933d2ba9461e20edc7734abbc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 16 May 2019 13:02:29 -0500 >Subject: [PATCH] Bug 22907: Add missing use statement > >Signed-off-by: Liz Rea <wizzyrea@gmail.com> >--- > C4/Suggestions.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm >index 3367df5848..2cc06c99e0 100644 >--- a/C4/Suggestions.pm >+++ b/C4/Suggestions.pm >@@ -28,6 +28,7 @@ use C4::Output; > use C4::Debug; > use C4::Letters; > use Koha::DateUtils; >+use Koha::Suggestions; > > use List::MoreUtils qw(any); > use base qw(Exporter); >-- >2.11.0
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 22907
:
89763
|
89764
|
89767
|
89768
|
89865
|
89872
|
89873
|
89874
|
89875
|
90168
|
90169
|
90170
|
90177
|
90178
|
90179
|
90180