From abaa5ee6c0afc9ad9b170448052d1a420b9c2d11 Mon Sep 17 00:00:00 2001 From: Yohann Dufour Date: Fri, 6 Jun 2014 10:34:46 +0200 Subject: [PATCH] [PASSED QA] 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! --- 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.8.3.2