@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt @@ -121,10 +121,9 @@ on Sunday [% END %] - for - [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength | html %] issues[% END %] - [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] weeks[% END %] - [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] months[% END %] + [% IF ( subscription_LOO.numberlength ) %][% subscription_LOO.numberlength | html %] for issues[% END %] + [% IF ( subscription_LOO.weeklength ) %][% subscription_LOO.weeklength | html %] for weeks[% END %] + [% IF ( subscription_LOO.monthlength ) %][% subscription_LOO.monthlength | html %] for months[% END %]

The first subscription was started on [% subscription_LOO.histstartdate | html %]

[% IF ( subscription_LOO.histenddate ) %] --