Browse Source

Bug 8007: (QA followup) <body> was missing id and class

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
3.20.x
Tomás Cohen Arazi 9 years ago
parent
commit
e806271715
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt

@ -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' %]

Loading…
Cancel
Save