Bugzilla – Attachment 94042 Details for
Bug 23525
ISBD view uses view policy of ACQ framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23525: (bug 19289 follow-up) Use biblio's framework not ACQ
Bug-23525-bug-19289-follow-up-Use-biblios-framewor.patch (text/plain), 1.08 KB, created by
Jonathan Druart
on 2019-10-14 07:55:12 UTC
(
hide
)
Description:
Bug 23525: (bug 19289 follow-up) Use biblio's framework not ACQ
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-10-14 07:55:12 UTC
Size:
1.08 KB
patch
obsolete
>From d07c2be3eacba11a77909e5d76f4edf2419da8a1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 14 Oct 2019 09:51:35 +0200 >Subject: [PATCH] Bug 23525: (bug 19289 follow-up) Use biblio's framework not > ACQ > >This patch restores the behavior prior to > commit 84ce1fb5921cdddf2368f0c330dede0f602742d0 > Bug 19289: Use the ACQ framework to display bibliographic details > >Test plan is hard to provide for such a simple and obvious change. I >would recommend you to read the previous commit and confirm that the >change did not make sense. >--- > catalogue/ISBDdetail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/ISBDdetail.pl b/catalogue/ISBDdetail.pl >index 01d7e34145..aade9c90be 100755 >--- a/catalogue/ISBDdetail.pl >+++ b/catalogue/ISBDdetail.pl >@@ -97,7 +97,7 @@ my $record_processor = Koha::RecordProcessor->new({ > filters => 'ViewPolicy', > options => { > interface => 'intranet', >- frameworkcode => 'ACQ' >+ frameworkcode => $framework > }, > }); > $record_processor->process($record); >-- >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 23525
:
94042
|
94102
|
94751