Bugzilla – Attachment 78256 Details for
Bug 18639
Separate replacement cost and retail price fields in acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18639: (QA follow-up) Fix formatting of replacement cost when modifying an order
Bug-18639-QA-follow-up-Fix-formatting-of-replaceme.patch (text/plain), 1.54 KB, created by
Katrin Fischer
on 2018-08-29 06:03:23 UTC
(
hide
)
Description:
Bug 18639: (QA follow-up) Fix formatting of replacement cost when modifying an order
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-08-29 06:03:23 UTC
Size:
1.54 KB
patch
obsolete
>From 4fe0f9d7bbd00433b44db7ee0bf58d8b406f5437 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Tue, 28 Aug 2018 07:55:37 +0000 >Subject: [PATCH] Bug 18639: (QA follow-up) Fix formatting of replacement cost > when modifying an order > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 007df0a02c..a571a19129 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -2,6 +2,7 @@ > [% USE Asset %] > [% USE Koha %] > [% USE KohaDates %] >+[% USE Price %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Acquisitions › Basket [% basketno | html %] › [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %]</title> >@@ -443,7 +444,7 @@ > </li> > <li> > <label for="replacementprice">Replacement cost: </label> >- <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | html %]" /> >+ <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | html | $Price on_editing => 1 %]" /> > </li> > <li> > <label for="ecost">Budgeted cost: </label> >-- >2.17.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 18639
:
70213
|
70214
|
70215
|
70216
|
75946
|
76867
|
76868
|
76869
|
76870
|
76871
|
78184
|
78185
|
78186
|
78187
|
78188
|
78189
|
78191
|
78249
|
78250
|
78251
|
78252
|
78253
|
78254
|
78255
| 78256 |
79789