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:
parent
eba00a8c6f
commit
c883ffe6b3
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue