From d4e4e010e38343d460ba54cefd177f67d39b4fa6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 10 Nov 2020 12:32:04 +0100 Subject: [PATCH] Bug 26846: Fix regressions - Preselect expected and late serials This is a follow-up for bug 17674. Expected and late serials must be checked by default. Test plan: Have some serial collection and notice that the checkboxes are checked for expected and late serials /serials/serials-collection.pl?subscriptionid=42 Signed-off-by: Timothy Alexis Vass --- .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index e5990e56f5..d0b6d72cf0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -199,7 +199,11 @@ [% END %] [% ELSE %] - + [% IF serial.checked %] + + [% ELSE %] + + [% END %] [% END %] [% END %] [% END %] -- 2.11.0