@@ -, +, @@ --- authorities/authorities.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/authorities/authorities.pl +++ a/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; --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -718,7 +718,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 ) %] --