From db7385e98e0c0bf685ab73841c7911b2b8e242f6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 24 Jan 2014 16:07:08 +0100 Subject: [PATCH] [PASSED QA] Bug 11608: Delete unused commented lines in template On the way, these lines are commented and can be deleted safely. Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Removes an HTML comment with unused code. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt index 69cd775..3a4cf90 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt @@ -100,11 +100,6 @@ $(document).ready(function() {

All available funds[% IF ( branchname ) %] for [% branchname %][% END %]

- - - -

-- 1.8.3.2