Bugzilla – Attachment 82796 Details for
Bug 21929
Typo in orderreceive.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21929: Fix typo
Bug-21929-Fix-typo.patch (text/plain), 1.72 KB, created by
Andrew Isherwood
on 2018-11-30 15:10:50 UTC
(
hide
)
Description:
Bug 21929: Fix typo
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2018-11-30 15:10:50 UTC
Size:
1.72 KB
patch
obsolete
>From 1f2f70606e2bdb153da95cfad769bbd977cecd90 Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Fri, 30 Nov 2018 15:08:43 +0000 >Subject: [PATCH] Bug 21929: Fix typo > >lass -> class > >Test plan: >- Apply patch >- Load orderreceive.pl >=> TEST: Observe that the Unit Price hint has the "hint" class CSS applied >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 0461f16e73..c2a723c70e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -297,7 +297,7 @@ > <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price | html %] <span class="hint">[% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]</span></li> > <li> > <label for="unitprice">Actual cost:</label> >- <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> <span lass="hint">[% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]</span> >+ <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> <span class="hint">[% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]</span> > </li> > <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote | html %]</textarea></li> > [% IF order_vendornote %] >-- >2.11.0
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 21929
:
82796
|
82821
|
82836
|
82837