From 3ce55b081c650291942bb7da9fe8addc36afdd2f 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 4431d6d9721..2b2a4c96ba1 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 @@ -332,7 +332,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