Bug 19996: (RM follow-up 2) Remove commented use warnings;
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Feb 2018 14:23:48 +0000 (11:23 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Feb 2018 14:23:51 +0000 (11:23 -0300)
This one is easy to fix.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

cataloguing/value_builder/unimarc_field_106.pl

index ee6efe5..b7e9cc3 100755 (executable)
@@ -45,7 +45,7 @@ return ($field_number,$res);
 sub plugin {
 my ($input) = @_;
        my $index= $input->param('index');
-       my $result= $input->param('result');
+       my $result= $input->param('result') || q{};
 
        my $dbh = C4::Context->dbh;
 my ($template, $loggedinuser, $cookie)