From 59ea786b9ac18a070bb6cd1870a508fae90a5756 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 1 Apr 2025 13:58:19 +0000 Subject: [PATCH] Bug 37334: Fix column offset --- .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc index 0f507cf1af5..b8347750757 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -324,7 +324,7 @@ [offset] : () => all_item_types, [offset+1] : () => all_libraries, [offset+2] : () => all_libraries, - [offset+6] : () => all_statuses, + [offset+7] : () => all_statuses, }; var items_table = $("#" + tab_id + '_table').kohaTable({ -- 2.39.5