Bugzilla – Attachment 27943 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.86 KB, created by
Magnus Enger
on 2014-05-05 08:46:04 UTC
(
hide
)
Description:
Bug 12185 - Remove extra "f" from parcel.tt
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2014-05-05 08:46:04 UTC
Size:
1.86 KB
patch
obsolete
>From d28b496345ef82449141fa069cd327d04e964807 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. >--- > 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.9.1
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