From 9d372d0a2c7b1e6b7b64c50179fb940483f4a4a5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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. Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- 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