Bugzilla – Attachment 27967 Details for
Bug 12185
Remove extra "f" from parcel.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12185 - Remove extra "f" from parcel.tt
Bug-12185---Remove-extra-f-from-parceltt.patch (text/plain), 1.92 KB, created by
Jonathan Druart
on 2014-05-06 09:51:00 UTC
(
hide
)
Description:
Bug 12185 - Remove extra "f" from parcel.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-05-06 09:51:00 UTC
Size:
1.92 KB
patch
obsolete
>From c0737e7ae5d0b9051201be279c3473fcc0a283b1 Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@enger.priv.no> >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 <aleishaamohia@hotmail.com> >--- > 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 %] > <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 %]&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 %]&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 %]&referrer=/cgi-bin/koha/acqui/parcel.pl%3Finvoiceid=[% invoiceid %]&type=internal">Add internal note</a>] > [% END %] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12185
:
27943
|
27967
|
27968