From 52258b57e0eb835e11fe21e616b41c256e223d7c Mon Sep 17 00:00:00 2001 From: Bouzid Fergani Date: Tue, 9 May 2017 09:00:25 -0400 Subject: [PATCH] Bug 11299 - QA fix --- authorities/authorities.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authorities/authorities.pl b/authorities/authorities.pl index 2578590..ff87131 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -563,7 +563,7 @@ my $myindex = $input->param('index'); my $linkid=$input->param('linkid'); my $authtypecode = $input->param('authtypecode'); my $breedingid = $input->param('breedingid'); -my $biblioindex = $input->param('biblioindex'); # Used when in popup mode to send the new autority infos to the parent biblio +my $biblioindex = $input->param('biblioindex'); # Used when in popup mode to send the new authority infos to the parent biblio if($biblioindex and !$authid){ require C4::Heading; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index 345b598..061ffd3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -713,7 +713,7 @@ function Changefwk() {
Link authorities automatically
Z39.50/SRU search
[% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 %] -
Switch to advanced editor
+
Switch to advanced editor
[% END %] [% IF (biblionumber) %] [% IF ( BiblioDefaultViewmarc ) %] -- 1.9.1