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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-detail-tabs.inc (-1 / +1 lines)
Lines 143-149 Link Here
143
                            <thead>
143
                            <thead>
144
                                <tr>
144
                                <tr>
145
                                    <th>Hold date</th>
145
                                    <th>Hold date</th>
146
                                    <th>Title</th>
146
                                    <th class="anti-the">Title</th>
147
                                    <th>Call number</th>
147
                                    <th>Call number</th>
148
                                    <th>Item type</th>
148
                                    <th>Item type</th>
149
                                    <th>Barcode</th>
149
                                    <th>Barcode</th>
(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-1 / +3 lines)
Lines 314-319 $(document).ready(function() { Link Here
314
                "bPaginate": false,
314
                "bPaginate": false,
315
                "bProcessing": true,
315
                "bProcessing": true,
316
                "bServerSide": false,
316
                "bServerSide": false,
317
                "aoColumnDefs": [
318
                    { "type": "anti-the", "targets": [ "anti-the" ] }
319
                ],
317
                "ajax": {
320
                "ajax": {
318
                    "url": '/cgi-bin/koha/svc/holds',
321
                    "url": '/cgi-bin/koha/svc/holds',
319
                    "data": function ( d ) {
322
                    "data": function ( d ) {
320
- 

Return to bug 34402