|
Lines 52-59
Link Here
|
| 52 |
</tr> |
52 |
</tr> |
| 53 |
</thead> |
53 |
</thead> |
| 54 |
<tbody> |
54 |
<tbody> |
| 55 |
<tr> |
|
|
| 56 |
[% FOREACH data IN datas %] |
55 |
[% FOREACH data IN datas %] |
|
|
56 |
<tr> |
| 57 |
<td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% data.aqbooksellerid | uri %]">[% data.name | html %]</a></td> |
57 |
<td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% data.aqbooksellerid | uri %]">[% data.name | html %]</a></td> |
| 58 |
<td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% data.subscriptionid | uri %]">[% data.title | html %]</a></td> |
58 |
<td><a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% data.subscriptionid | uri %]">[% data.title | html %]</a></td> |
| 59 |
<td>[% data.subscriptionid | html %]</td> |
59 |
<td>[% data.subscriptionid | html %]</td> |
|
Lines 68-74
Link Here
|
| 68 |
Expired |
68 |
Expired |
| 69 |
[% END %] |
69 |
[% END %] |
| 70 |
</td> |
70 |
</td> |
| 71 |
</tr> |
71 |
</tr> |
| 72 |
[% END %] |
72 |
[% END %] |
| 73 |
</tr> |
73 |
</tr> |
| 74 |
</tbody> |
74 |
</tbody> |
| 75 |
- |
|
|