From c6e09ca3877ced4afb05ea27175c46aa134dc3b3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2017 10:59:22 +0100 Subject: [PATCH] Bug 18136: Fix ExportRemoveFields pre-fill behaviour Looks like it's caused by bug 13190. Variable export_remove_fields is not sent to the template, let's retrieve the syspref's value using the TT plugin. Test plan: Fill ExportRemoveFields with something (100a for instance) Go on a checkout list page At the bottom, the "do not export fields" input box should be pre-filled with the content of the syspref Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc index 98a6a225ec..1d103a04be 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc @@ -60,7 +60,7 @@ [% END %] - + -- 2.39.2