Bug 8007: (QA followup) <body> was missing id and class
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Apr 2015 15:58:15 +0000 (12:58 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 30 Apr 2015 15:58:15 +0000 (12:58 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt

index 9e1f4fc..45bacd8 100644 (file)
@@ -2,7 +2,7 @@
 <title>Koha &rsaquo; Patrons &rsaquo; [% IF (unknowuser) %]Patron does not exist[% ELSE %]Discharge for [% firstname %] [% surname %] ([% cardnumber %])[% END %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+[% INCLUDE 'bodytag.inc' bodyid='discharge' bodyclass='scrollto' %]
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'patron-search.inc' %]