Lines 88-94
$(document).ready(function() {
Link Here
|
88 |
[% ELSE %] |
88 |
[% ELSE %] |
89 |
<a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]&allbaskets=1">Show all baskets</a> |
89 |
<a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]&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 |
- |
|
|