Bug 23525: (bug 19289 follow-up) Use biblio's framework not ACQ
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 14 Oct 2019 07:51:35 +0000 (09:51 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 28 Oct 2019 12:22:16 +0000 (12:22 +0000)
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 <katrin.fischer.83@web.de>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

catalogue/ISBDdetail.pl

index 01d7e34..aade9c9 100755 (executable)
@@ -97,7 +97,7 @@ my $record_processor = Koha::RecordProcessor->new({
     filters => 'ViewPolicy',
     options => {
         interface => 'intranet',
-        frameworkcode => 'ACQ'
+        frameworkcode => $framework
     },
 });
 $record_processor->process($record);