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

(-)a/cataloguing/value_builder/unimarc_field_210c.pl (-1 / +1 lines)
Lines 101-107 my ($input) = @_; Link Here
101
        my $from = $offset + 1;
101
        my $from = $offset + 1;
102
        my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage;
102
        my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage;
103
103
104
        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";
104
        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";
105
105
106
        $template->param(result => $results) if $results;
106
        $template->param(result => $results) if $results;
107
        $template->param('index' => scalar $query->param('index'));
107
        $template->param('index' => scalar $query->param('index'));
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-2 / +1 lines)
Lines 16-22 Link Here
16
            <input type="hidden" name="type" value="intranet" />
16
            <input type="hidden" name="type" value="intranet" />
17
            <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" />
17
            <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" />
18
            <input type="hidden" name="index" value="[% index | html %]" />
18
            <input type="hidden" name="index" value="[% index | html %]" />
19
            <input type="hidden" name="authtypecode" value="EDITORS" />
19
            <input type="hidden" name="authtypecode" value="PERSO_NAME" />
20
            <input type="hidden" name="q" value="[% index | html %]" />
20
            <input type="hidden" name="q" value="[% index | html %]" />
21
            <input type="hidden" name="marclist" value="all" />
21
            <input type="hidden" name="marclist" value="all" />
22
            <input type="hidden" name="and_or" value="and" />
22
            <input type="hidden" name="and_or" value="and" />
23
- 

Return to bug 28453