From 2483e96f933d487caec496fc89ae7ecf6823e7bf Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 18 Oct 2023 15:30:50 +0000 Subject: [PATCH] Bug 35093: Update batch to ill_batch embed Test plan: Install FreeForm and enable ILLmodule, run: bash <(curl -s https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh) Visit /cgi-bin/koha/ill/ill-requests.pl Notice the table now renders correctly --- koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js index f6255f74e7..43f085db82 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js +++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js @@ -195,7 +195,7 @@ $(document).ready(function() { 'biblio', 'comments+count', 'extended_attributes', - 'batch', + 'ill_batch', 'library', 'id_prefix', 'patron' -- 2.30.2