From 5e7e482ef58520e08a04cb561cec0aaafce1ca19 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 21 May 2024 09:13:49 +0000 Subject: [PATCH] Bug 36904: Fix batch->ill_batch This was missed when renaming follow-ups were added to bug 30719 --- 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 8cf93d1baa..8138ca5dd7 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js +++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js @@ -231,7 +231,7 @@ $(document).ready(function() { } }, { - "data": "batch.name", // batch + "data": "ill_batch.name", // batch "orderable": false, "render": function(data, type, row, meta) { return row.ill_batch ? -- 2.39.2