@@ -, +, @@ ACQ commit 84ce1fb5921cdddf2368f0c330dede0f602742d0 Bug 19289: Use the ACQ framework to display bibliographic details --- catalogue/ISBDdetail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/catalogue/ISBDdetail.pl +++ a/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); --