Bugzilla – Attachment 128072 Details for
Bug 23991
Move SearchSuggestion to Koha::Suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23991: (follow-up) Fix wrong import
Bug-23991-follow-up-Fix-wrong-import.patch (text/plain), 880 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-11-29 13:53:36 UTC
(
hide
)
Description:
Bug 23991: (follow-up) Fix wrong import
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-11-29 13:53:36 UTC
Size:
880 bytes
patch
obsolete
>From 7316aa2b3aa045e39b3514a997e8bb2cb5797ac0 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 29 Nov 2021 10:14:02 -0300 >Subject: [PATCH] Bug 23991: (follow-up) Fix wrong import > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > acqui/newordersuggestion.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/newordersuggestion.pl b/acqui/newordersuggestion.pl >index 9423e3f0d0..b6c2bda284 100755 >--- a/acqui/newordersuggestion.pl >+++ b/acqui/newordersuggestion.pl >@@ -93,7 +93,7 @@ use Modern::Perl; > use CGI qw ( -utf8 ); > use C4::Auth qw( get_template_and_user ); > use C4::Output qw( output_html_with_http_headers ); >-use C4::Suggestions qw( ConnectSuggestionAndBiblio SearchSuggestion ); >+use C4::Suggestions qw( ConnectSuggestionAndBiblio ); > use C4::Budgets; > > use Koha::Acquisition::Booksellers; >-- >2.32.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 23991
:
95172
|
115203
|
115207
|
116639
|
118454
|
119256
|
127058
|
127100
|
128071
|
128072
|
128073
|
128074
|
128075
|
129511
|
129512
|
129513
|
129523
|
130049
|
131896
|
132026
|
132169
|
132170
|
132171
|
132172
|
132173
|
132174
|
132175
|
133874
|
134922
|
136441
|
136442
|
137201