Fix for Bug 6638, Columns misaligned on serials claims
authorOwen Leonard <oleonard@myacpl.org>
Thu, 28 Jul 2011 20:14:03 +0000 (16:14 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 28 Jul 2011 20:48:16 +0000 (08:48 +1200)
T:T variable scope error. Also correcting placement of calendar
include in the source to avoid JavaScript error.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt

index b31cd73..2d4cf10 100644 (file)
@@ -1,5 +1,4 @@
 [% INCLUDE 'doc-head-open.inc' %]
-[% INCLUDE 'calendar.inc' %]
     <title>Koha &rsaquo; Serials &rsaquo; Claims</title>
     [% INCLUDE 'doc-head-close.inc' %]
 <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
 
 //]]>
 </script>
+[% INCLUDE 'calendar.inc' %]
 </head>
 <body>
     [% INCLUDE 'header.inc' %]
                 </tr></thead>
                 <tbody>[% FOREACH missingissue IN missingissues %]
                     <tr>
-                        [% IF ( missingissue.letter ) %]
+                        [% IF ( letter ) %]
                             <td>
                     <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" />
                             </td>