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:
parent
8b38eec314
commit
040dbfce63
1 changed files with 2 additions and 4 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue