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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc (-1 / +1 lines)
Lines 46-52 Link Here
46
    <h5>Holds</h5>
46
    <h5>Holds</h5>
47
    <ul>
47
    <ul>
48
        <li>
48
        <li>
49
            <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a>
49
            <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&run_report=1">Holds queue</a>
50
        </li>
50
        </li>
51
        <li>
51
        <li>
52
            <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a>
52
            <a href="/cgi-bin/koha/circ/pendingreserves.pl">Holds to pull</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-2 / +1 lines)
Lines 35-41 Link Here
35
        [% END %]
35
        [% END %]
36
        [% IF ( run_report ) %]
36
        [% IF ( run_report ) %]
37
            [% WRAPPER breadcrumb_item %]
37
            [% WRAPPER breadcrumb_item %]
38
                <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds queue</a>
38
                <a href="/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=[% Branches.GetLoggedInBranchcode | html %]&run_report=1">Holds queue</a>
39
            [% END %]
39
            [% END %]
40
            [% WRAPPER breadcrumb_item bc_active= 1 %]
40
            [% WRAPPER breadcrumb_item bc_active= 1 %]
41
                <span>Results</span>
41
                <span>Results</span>
42
- 

Return to bug 36455