From 34eff6378614572735d768824695b104564ce76f 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 (cherry picked from commit c6e09ca3877ced4afb05ea27175c46aa134dc3b3) Signed-off-by: Katrin Fischer --- 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 0454c6c09b..92f463fe07 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.5