From 5dec798d9b0fe63476bf8ee844109c3dac9d2e3f 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 Signed-off-by: Katrin Fischer --- 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 117ac19..5429984 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 f095415..96112d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -718,7 +718,7 @@ function Changefwk() { [% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 %] - + [% END %] [% IF (biblionumber) %] [% IF ( BiblioDefaultViewmarc ) %] -- 2.7.4