From 57bbd26bf1b39e49c36d37ee84f2518ce206886e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 10 Jul 2013 22:43:41 +0200 Subject: [PATCH] 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 --- .../prog/en/modules/serials/checkexpiration.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt index f2b01a5..a787000 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt @@ -104,7 +104,7 @@ [% subscriptions_loo.expirationdate %] - Edit + Edit Renew [% END %] -- 1.7.9.5