Bug 10563: Fix broken 'Edit' link on check expiration page
This fixes the broken 'Edit' (subscription) link on the check expiration page in serials. To test: - Add a subscription - Go to the check expiration page - Search for your subscription, use an expiration date in the far future - Verify the edit link on the result list doesn't work right before applying the patch, but works after Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
dbd6befa5d
commit
81431fdc86
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
<td>
|
||||
[% subscriptions_loo.expirationdate %]
|
||||
</td>
|
||||
<td><a href="/cgi-bin/koha/serials/subscription-add.pl?op=mod&subscriptionid=[% subscriptions_loo.subscriptionid %]">Edit</a></td>
|
||||
<td><a href="/cgi-bin/koha/serials/subscription-add.pl?op=modify&subscriptionid=[% subscriptions_loo.subscriptionid %]">Edit</a></td>
|
||||
<td><a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscriptions_loo.subscriptionid %]" onclick="popup([% subscriptions_loo.subscriptionid %]); return false;">Renew</a></td>
|
||||
</tr>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue