@@ -, +, @@ template - Locate or create a subscription for which an item record is NOT created when receiving. - On the serial collection page for this subscription, test that the "Multi receiving" button works correctly. - For any subscription, test that the "Generate next" button works correctly. - In each tab, test that the "select all" and "clear all" links work correctly and affect only that tab. - On a subscription which has expired, test that the "Renew" button works correctly. --- .../prog/en/modules/serials/serials-collection.tt | 61 ++++++++++++++-------- 1 file changed, 38 insertions(+), 23 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -71,12 +71,8 @@ Create routing list [% END %] [% END %] - [% IF ( subscription.abouttoexpire ) %] Renew - [% ELSE %] - [% IF ( subscription.subscriptionexpired ) %] Renew - [% ELSE %] -   - [% END %] + [% IF ( subscription.abouttoexpire || subscription.subscriptionexpired) %] + Renew [% END %] [% ELSE %]   @@ -114,7 +110,9 @@

[% UNLESS subscription.closed %] -
+
+ +
[% IF ( subscriptions.size == 1 and !serialsadditems ) %] 
[% END %] @@ -122,10 +120,10 @@

[% END %] - Select all + Select all | - Clear all + Clear all @@ -242,7 +240,7 @@ [% IF ( routing ) %] [% END %] @@ -280,11 +278,6 @@
- Print list + Print list