|
Lines 479-484
Link Here
|
| 479 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
479 |
+ ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' |
| 480 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
480 |
+ ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' |
| 481 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
481 |
+ ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' |
|
|
482 |
+ ' <th id="items_dateaccessioned" data-colname="dateaccessioned">' + _("Date accessioned") + '</th>' |
| 483 |
+ ' <th id="items_itemlost_on" data-colname="itemlost_on">' + _("Item lost on date") + '</th>' |
| 484 |
+ ' <th id="items_damged_on" data-colname="damaged_on">' + _("Damaged on date") + '</th>' |
| 485 |
+ ' <th id="items_withdrawn_on" data-colname="withdrawn_on">' + _("Withdrawn on date") + '</th>' |
| 486 |
+ ' <th id="items_datelastseen" data-colname="datelastseen">' + _("Date last seen") + '</th>' |
| 482 |
+ ' <th id="itmes_actions" data-colname="actions">Actions</th>' |
487 |
+ ' <th id="itmes_actions" data-colname="actions">Actions</th>' |
| 483 |
+ ' </tr>'; |
488 |
+ ' </tr>'; |
| 484 |
|
489 |
|
|
Lines 673-678
Link Here
|
| 673 |
{ 'name': 'issues' }, |
678 |
{ 'name': 'issues' }, |
| 674 |
{ 'name': 'datelastborrowed' }, |
679 |
{ 'name': 'datelastborrowed' }, |
| 675 |
{ 'name': 'date_due' }, |
680 |
{ 'name': 'date_due' }, |
|
|
681 |
{ 'name': 'dateaccessioned' }, |
| 682 |
{ 'name': 'itemlost_on' }, |
| 683 |
{ 'name': 'damaged_on' }, |
| 684 |
{ 'name': 'withdrawn_on' }, |
| 685 |
{ 'name': 'datelastseen' }, |
| 676 |
{ 'name': 'actions', 'orderable': false, searchable: false, } |
686 |
{ 'name': 'actions', 'orderable': false, searchable: false, } |
| 677 |
], |
687 |
], |
| 678 |
"pagingType": "full_numbers", |
688 |
"pagingType": "full_numbers", |
| 679 |
- |
|
|