From d689c289313f87208e0cf8485ded515895923aed 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 Signed-off-by: Lucas Gass --- 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 f6255f74e7c..43f085db82f 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