Bug 18639: (QA follow-up) Fix formatting of replacement cost when modifying an order

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2018-08-28 07:55:37 +00:00 committed by Nick Clemens
parent eba00a8c6f
commit c883ffe6b3

View file

@ -2,6 +2,7 @@
[% USE Asset %]
[% USE Koha %]
[% USE KohaDates %]
[% USE Price %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno | html %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %]</title>
@ -442,7 +443,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>