Bugzilla – Attachment 117501 Details for
Bug 27828
New order from staged file is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27828: (bug 24469 follow-up) Add missing import
Bug-27828-bug-24469-follow-up-Add-missing-import.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2021-03-02 10:38:12 UTC
(
hide
)
Description:
Bug 27828: (bug 24469 follow-up) Add missing import
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-03-02 10:38:12 UTC
Size:
1.18 KB
patch
obsolete
>From 36ac1866e0ce58340c212ac93739e8ff11c14ec4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 2 Mar 2021 11:36:49 +0100 >Subject: [PATCH] Bug 27828: (bug 24469 follow-up) Add missing import > >Caused by > commit 03a9bdc851dcfe114c1676ac55def1e1c5d51970 > Bug 24469: Move the new queries to a dedicated ImportBatch subroutine > >Undefined subroutine &CGI::Compile::ROOT::kohadevbox_koha_acqui_neworderempty_2epl::SetMatchedBiblionumber called at /kohadevbox/koha/acqui/neworderempty.pl line 183 > >Test plan: >Create a new order from a staged file, select "Add order" next to a >title >--- > acqui/neworderempty.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/neworderempty.pl b/acqui/neworderempty.pl >index d95a5edd49..4a6a07f32b 100755 >--- a/acqui/neworderempty.pl >+++ b/acqui/neworderempty.pl >@@ -82,7 +82,7 @@ use C4::Members; > use C4::Search qw/FindDuplicate/; > > #needed for z3950 import: >-use C4::ImportBatch qw/GetImportRecordMarc SetImportRecordStatus/; >+use C4::ImportBatch qw/GetImportRecordMarc SetImportRecordStatus SetMatchedBiblionumber/; > > use Koha::Acquisition::Booksellers; > use Koha::Acquisition::Currencies; >-- >2.20.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 27828
:
117501
|
117503
|
117559