From b7fabeda53d7738ca7f15a944ab2948a92115907 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 10 Aug 2022 16:36:28 +0200 Subject: [PATCH] Bug 27081: Handle first column (checkboxes) in column settings for lost items report We are adding one column (the one with the checkboxes) at the beginning of each row if it's possible to export the report to CSV. However the column settings were not modified. We need to append one object representing this column. Test plan: To test: * Create a CSV profile of type SQL for exporting lost items * Make sure you have some lost items * Run Reports > Items lost => You can hide the notes (last column) --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt index 9ccc075100f..04744426b6f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt @@ -212,6 +212,11 @@