Bug 12409: Follow up - Reflect from hash to array in comments
[koha_fer] / cataloguing / value_builder / marc21_leader_computerfile.pl
index a8ccf79..800b445 100755 (executable)
@@ -32,6 +32,7 @@ use C4::Output;
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
@@ -80,12 +81,9 @@ my ($template, $loggedinuser, $cookie)
                             debug => 1,
                             });
        $result = "     nmm         7a      " unless $result;
-       warn "RESULT:".$result;
        my $f5 = substr($result,5,1);
        my $f6 = substr($result,6,1);
-       warn "F6".$f6;
        my $f7 = substr($result,7,1);
-       warn "F7:".$f7;
        my $f8 = substr($result,8,1);
        my $f9 = substr($result,9,1);
        my $f17 = substr($result,17,1);