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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-list-table.inc (-2 / +1 lines)
Lines 2-8 Link Here
2
[% IF patron.borrowernumber %]
2
[% IF patron.borrowernumber %]
3
    [% table_id = 'ill-requests-patron-' _ patron.borrowernumber %]
3
    [% table_id = 'ill-requests-patron-' _ patron.borrowernumber %]
4
[% ELSIF batch.id %]
4
[% ELSIF batch.id %]
5
    [% table_id = 'ill-requests-patron-' _ batch.id %]
5
    [% table_id = 'ill-requests-batch-' _ batch.id %]
6
[% END %]
6
[% END %]
7
<table id="[% table_id | html %]">
7
<table id="[% table_id | html %]">
8
    <thead>
8
    <thead>
9
- 

Return to bug 39178