Bug 29729: Build a tr for each subscription
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / serials_stats.tt
index dd7c0e2..f8d2304 100644 (file)
@@ -52,8 +52,8 @@
                        </tr>
                </thead>
                <tbody>
-                       <tr>
                                [% FOREACH data IN datas %]
+                <tr>
                     <td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% data.aqbooksellerid | uri %]">[% data.name | html %]</a></td>
                     <td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% data.subscriptionid | uri %]">[% data.title | html %]</a></td>
                                        <td>[% data.subscriptionid | html %]</td>
@@ -68,7 +68,7 @@
                             Expired
                         [% END %]
                     </td>
-                               </tr>
+                </tr>
                                [% END %]
                        </tr>
                </tbody>