From 8b2ca6629001a05ff8e33270639ec76c9bcf4eb2 Mon Sep 17 00:00:00 2001 From: Yohann Dufour Date: Fri, 6 Jun 2014 10:34:46 +0200 Subject: [PATCH] Bug 12379: remove double use of plugin KohaDates The file catalog/detail.tt uses twice the plugin KohaDates, one can be removed test plan: verify there is no regression about the dates on the biblio detail page Signed-off-by: Bernardo Gonzalez Kriegel No problem with dates, no errors. Signed-off-by: Katrin Fischer No regressions found. Congratulations on your first patch Yohann! Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index b041bbfab8..fe8d32e5d5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1,7 +1,6 @@ [% USE Koha %] [% USE KohaDates %] [% USE AuthorisedValues %] -[% USE KohaDates %] [% ShowCourseReserves = 0 %] [% IF UseCourseReserves %] -- 2.39.2