Skip to content

Commit

Permalink
Bug 12185 - Remove extra "f" from parcel.tt
Browse files Browse the repository at this point in the history
There is a typoed "f" outside of the HTML on line 279 of
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
This patch removes that extra "f".

To test:
It should be sufficient to look at line 279 before and after the
patch has been applied.

Signed-off-by: Aleisha <[email protected]>
Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Galen Charlton <[email protected]>
  • Loading branch information
MagnusEnger authored and gmcharlt committed May 6, 2014
1 parent 2cd3b00 commit 694ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
[% END %]
<br />
[% 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>
<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 %]
[<a href="/cgi-bin/koha/acqui/modordernotes.pl?ordernumber=[% loop_order.ordernumber %]&amp;referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=internal">Add internal note</a>]
[% END %]
Expand Down

0 comments on commit 694ad0f

Please sign in to comment.