@@ -, +, @@ --- cataloguing/additem.pl | 1 - 1 file changed, 1 deletion(-) --- a/cataloguing/additem.pl +++ a/cataloguing/additem.pl @@ -847,7 +847,6 @@ foreach my $tag ( keys %{$tagslib}){ @loop_data = sort {$a->{subfield} cmp $b->{subfield} } @loop_data; # what's the next op ? it's what we are not in : an add if we're editing, otherwise, and edit. -$template->param( title => $record->title() ) if ($record ne "-1"); $template->param( biblionumber => $biblionumber, title => $oldrecord->{title}, --