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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-3 / +6 lines)
Lines 51-58 Link Here
51
    [%- ELSE -%]
51
    [%- ELSE -%]
52
        [%- this_priority = loop.count() - found_holds -%]
52
        [%- this_priority = loop.count() - found_holds -%]
53
    [%- END -%]
53
    [%- END -%]
54
        <tr>
54
        [% IF hold.suspend %]
55
            <th><input type="checkbox" class="select_hold" data-id="[% hold.reserve_id | html %]"/></th>
55
            <tr class="suspend">
56
        [% ELSE %]
57
            <tr>
58
        [% END %]
59
            <td><input type="checkbox" class="select_hold" data-id="[% hold.reserve_id | html %]"/></td>
56
            <td>
60
            <td>
57
                <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
61
                <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" />
58
                <input type="hidden" name="borrowernumber" value="[% hold.borrowernumber | html %]" />
62
                <input type="hidden" name="borrowernumber" value="[% hold.borrowernumber | html %]" />
59
- 

Return to bug 25856