From c0737e7ae5d0b9051201be279c3473fcc0a283b1 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Mon, 5 May 2014 10:43:26 +0200 Subject: [PATCH] Bug 12185 - Remove extra "f" from parcel.tt 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 9825af6..69c047d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -276,7 +276,7 @@ [% END %]
[% IF ( loop_order.order_internalnote ) %] - f

Internal note: [% loop_order.order_internalnote|html %] [Change internal note]

+

Internal note: [% loop_order.order_internalnote|html %] [Change internal note]

[% ELSE %] [Add internal note] [% END %] -- 1.7.10.4