Bug 29729: Build a tr for each subscription

To test:
1 To to Reports > Serials > Serials subscriptions and run the report while selecting a branch without subscriptions.
2 Notice console error
3 If you run the report for a branch WITH subscriptions it works just fine.
4 Apply patch
5 Do 1 again, no console error and show no see 'No entries to show'
6 Make sure it also works when you have a few subscriptions for a branch as well

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Lucas Gass 2021-12-17 21:09:19 +00:00 committed by Fridolin Somers
parent 319f80c457
commit 55e16bef7f

View 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>