From 389e2ef2a18873e31bec00d920b4d1a6108e774d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Oct 2019 15:49:55 +0000 Subject: [PATCH] Bug 23611: (follow-up) Correct ID of table The DataTable configuration wasn't working on the table showing an individual category's authorized values because of a mismatch in the table id. This patch corrects it. To test, apply the patch and view the "Authorized values" page. The initial list of categories should be displayed as a DataTable. Click through to see the values defined for any category. The resulting table of values should also be a functioning DataTable. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 69d2d0f496..72f05fed33 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -209,7 +209,7 @@ [% IF loop %] - +
-- 2.11.0
Authorized value Description