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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +3 lines)
Lines 88-94 $(document).ready(function() { Link Here
88
    [% ELSE %]
88
    [% ELSE %]
89
        <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&amp;booksellerid=[% booksellerid %]&amp;allbaskets=1">Show all baskets</a>
89
        <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&amp;booksellerid=[% booksellerid %]&amp;allbaskets=1">Show all baskets</a>
90
    [% END %]
90
    [% END %]
91
    | <a href="#" id="show_active_vendors">Show active vendors only</a><a href="#" id="show_all_vendors">Show all vendors</a>
91
    [% UNLESS booksellerid %]
92
        | <a href="#" id="show_active_vendors">Show active vendors only</a><a href="#" id="show_all_vendors">Show all vendors</a>
93
    [% END %]
92
    <div id="acqui_order_supplierlist">
94
    <div id="acqui_order_supplierlist">
93
        [% FOREACH supplier IN loop_suppliers %]
95
        [% FOREACH supplier IN loop_suppliers %]
94
            [% IF ( supplier.active ) %]
96
            [% IF ( supplier.active ) %]
95
- 

Return to bug 4969