View | Details | Raw Unified | Return to bug 28453
Collapse All | Expand All

(-)a/cataloguing/value_builder/unimarc_field_210c.pl (-2 / +1 lines)
Lines 102-108 my ($input) = @_; Link Here
102
        my $from = $offset + 1;
102
        my $from = $offset + 1;
103
        my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage;
103
        my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage;
104
104
105
        my $link="../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=EDITORS&".join("&",map {"value=".$_} @value)."&op=do_search&type=intranet&index=$index";
105
        my $link="../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=PERSO_NAME&".join("&",map {"value=".$_} @value)."&op=do_search&type=intranet&index=$index";
106
106
107
        $template->param(result => $results) if $results;
107
        $template->param(result => $results) if $results;
108
        $template->param('index' => scalar $query->param('index'));
108
        $template->param('index' => scalar $query->param('index'));
109
- 

Return to bug 28453