From e181bcad579a5b9b5e2876659ead0680d81c60dc Mon Sep 17 00:00:00 2001 From: Yohann Dufour Date: Fri, 6 Jun 2014 10:34:46 +0200 Subject: [PATCH] [SIGNED-OFF] 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. --- .../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 b041bbf..fe8d32e 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 %] -- 1.7.9.5