From 07e3d646b91930bc241e84cb166a3ef6072a828d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 13 Apr 2022 19:10:43 +0000 Subject: [PATCH] Bug 18392: use KohaTable for circ rules to allow export of matrix To test: 1 - Define some circ rules 2 - View them, note the appearance 3 - Apply patch 4 - Reload and note change of header 5 - Use the new button to export, try various formats 6 - Test the filter and export Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 0ee352fcb0..26db3f1a44 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -1200,9 +1200,10 @@ [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'columns_settings.inc' %]