From 05f0204b67d15a82596f4b2ca5655fc10e0394a2 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) Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- 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 9ccc075100..04744426b6 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 @@