From 0834d65ba4f9891203c137fc4edb9a3f73dd8c25 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 --- 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 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.9.1