Bug 16742: (follow-up)Remove unused template subject.tt
authorHector Castro <hector.hecaxmmx@gmail.com>
Thu, 16 Jun 2016 15:54:29 +0000 (09:54 -0600)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 13:08:17 +0000 (13:08 +0000)
Delete extra useless comment line:
"# if its a subject we need to use the subject.tt"

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
catalogue/moredetail.pl

index b0ed654..ef9de77 100755 (executable)
@@ -41,7 +41,6 @@ use Koha::Items;
 
 my $query=new CGI;
 
-# if its a subject we need to use the subject.tt
 my ($template, $loggedinuser, $cookie) = get_template_and_user(
     {
         template_name   => 'catalogue/moredetail.tt',