Bug 29002: Hide search header in bookings table

This patch disables the header search on the bookings display table

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Janet McGowan <janet.mcgowan@ptfs-europe.com>
Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2023-08-18 11:12:22 +01:00 committed by Tomas Cohen Arazi
parent 8b38eec314
commit 040dbfce63
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -212,9 +212,7 @@
"columns": [{
"data": "booking_id",
"title": "Booking ID",
"visible": false,
"searchable": false,
"orderable": false
"visible": false
},
{
"data": "item.external_id",
@ -270,7 +268,7 @@
return result;
}
}]
}, [], 1);
}, [], 0);
});
</script>
[% END %]