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

(-)a/koha-tmpl/intranet-tmpl/prog/js/holds.js (-2 / +1 lines)
Lines 1719-1725 async function load_patron_holds_table(biblio_id, split_data) { Link Here
1719
                    orderable: false,
1719
                    orderable: false,
1720
                    searchable: false,
1720
                    searchable: false,
1721
                    render: function (data, type, row, meta) {
1721
                    render: function (data, type, row, meta) {
1722
                        if (row.item_id) {
1722
                        if (row.status) {
1723
                            return null;
1723
                            return null;
1724
                        } else {
1724
                        } else {
1725
                            if (row.lowest_priority) {
1725
                            if (row.lowest_priority) {
1726
- 

Return to bug 23269