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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected]

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=b0d86d10443809f3762bdac75a59d704f1a3976b

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to