From f1e5e3670fe7de2fcaeb8ddcd6866c1e12b7f6d9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Oct 2018 13:40:20 +0000 Subject: [PATCH] Bug 20966: (follow-up) Add template variable filter; Fix table export This patch makes to corrections: 1. The "$raw" filter has been added to the column configuration 2. The columns configuration now specifies which columns are exported in Copy, Excel, etc. operations. To test, apply the patch and test the various table export buttons on a both a closed and open basket. Confirm that the 'Modify' and 'Cancel' columns are not exported. Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize https://bugs.koha-community.org/show_bug.cgi?id=20996 Signed-off-by: Nick Clemens --- admin/columns_settings.yml | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index a372fc172c..299fe97539 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -75,6 +75,8 @@ modules: - columnname: ecost_tax_included is_hidden: 1 + - + columnname: replacement_price - columnname: quantity - diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index f7048b2f26..f098dfec15 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -887,10 +887,7 @@ [% END %] [% END %]