From 02fca2bb961c92f54b99e0a1766614d8019cd6a7 Mon Sep 17 00:00:00 2001 From: Indranil Das Gupta Date: Thu, 25 Jun 2015 20:02:21 +0530 Subject: [PATCH] (followup) removed C4::Context->preference removed redundant reference based on comment #17 above. http://bugs.koha-community.org/show_bug.cgi?id=11674 --- cataloguing/addbiblio.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 536d334..890db0f 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -982,7 +982,6 @@ if ( $record ne '-1' ) { $template->param( title => $title ); } $template->param( - marcfielddocurl => C4::Context->preference("MarcFieldDocURL"), popup => $mode, frameworkcode => $frameworkcode, itemtype => $frameworkcode, -- 1.9.1