https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19796 Bug ID: 19796 Summary: [16.11] Subscription info appears doubled up on OPAC detail page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: chris@bigballofwax.co.nz, colin.campbell@ptfs-europe.com When bug 18754 was merged into 16.11 a little mistake crept in. The "Subscripiton from: ..." line now appears twice on the subscription tab on the OPAC detail page. 823 [% END %] 824 <p>Subscription from: [% subscription.histstartdate | $KohaDates %] to:[% IF ( subscription.histenddate ) %] [% subscription.histenddate | $KohaDates %] [% ELSE %] now (current)[% END %]</p> 825 <p class="subscription_dates">Subscription from: [% subscription.histstartdate | $KohaDates %] to:[% IF ( subscription.histenddate ) %] [% subscription.histenddate | $KohaDates %] [% ELSE %] now (current)[% END %]</p> 826 [% IF ( subscription.missinglist ) %] This is where the mistake happened: http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=b0d86d104438... Problem is in 16.11 only, doesn't appear in 17.05 and up. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.