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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +1 lines)
Lines 490-496 Link Here
490
                + '      <th id="items_itemlost" data-colname="lost_status">' + _("Lost status") + '</th>'
490
                + '      <th id="items_itemlost" data-colname="lost_status">' + _("Lost status") + '</th>'
491
                + '      <th id="items_widthdrawn" data-colname="withdrawn_status">' + _("Withdrawn status") + '</th>'
491
                + '      <th id="items_widthdrawn" data-colname="withdrawn_status">' + _("Withdrawn status") + '</th>'
492
                + '      <th id="items_damaged" data-colname="damaged_status">' + _("Damaged status") + '</th>'
492
                + '      <th id="items_damaged" data-colname="damaged_status">' + _("Damaged status") + '</th>'
493
                + '      <th id="items_dateaccessioned">' + _("Date accessioned") + '</th>'
493
                + '      <th id="items_dateaccessioned" data-colname="dateaccessioned">' + _("Date accessioned") + '</th>'
494
                + '      <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>'
494
                + '      <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>'
495
                + '      <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>'
495
                + '      <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>'
496
                + '      <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>'
496
                + '      <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>'
497
- 

Return to bug 33729