View | Details | Raw Unified | Return to bug 16742
Collapse All | Expand All

(-)a/catalogue/moredetail.pl (-2 lines)
Lines 41-47 use Koha::Items; Link Here
41
41
42
my $query=new CGI;
42
my $query=new CGI;
43
43
44
# if its a subject we need to use the subject.tt
45
my ($template, $loggedinuser, $cookie) = get_template_and_user(
44
my ($template, $loggedinuser, $cookie) = get_template_and_user(
46
    {
45
    {
47
        template_name   => 'catalogue/moredetail.tt',
46
        template_name   => 'catalogue/moredetail.tt',
48
- 

Return to bug 16742