From 694ad0f8ccee1d868ef63caafd4fe520a3e57930 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 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton --- 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 9825af67c7..69c047d406 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 %] -- 2.11.4.GIT