http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12185

            Bug ID: 12185
           Summary: Remove extra "f" from parcel.tt
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Acquisitions
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Pasi Kallinen spotted this rather obvious typo in
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt:

                 [% IF ( loop_order.order_internalnote ) %]
                    f<p class="ordernote"><strong>Internal note: </strong>[%
loop_order.order_internalnote|html %] [<a
href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[%
loop_order.ordernumber
%]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid
%]&type=internal">Change internal note</a>]</p>
                [% ELSE %]

The "f" before the "<p" should not be there. Patch coming in a sec.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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