View | Details | Raw Unified | Return to bug 18639
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Price %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno | html %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %]</title>
8
<title>Koha &rsaquo; Acquisitions &rsaquo; Basket [% basketno | html %] &rsaquo; [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %]</title>
Lines 443-449 Link Here
443
            </li>
444
            </li>
444
            <li>
445
            <li>
445
                <label for="replacementprice">Replacement cost: </label>
446
                <label for="replacementprice">Replacement cost: </label>
446
                <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | html %]" />
447
                <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | html | $Price on_editing => 1 %]" />
447
            </li>
448
            </li>
448
            <li>
449
            <li>
449
                <label for="ecost">Budgeted cost: </label>
450
                <label for="ecost">Budgeted cost: </label>
450
- 

Return to bug 18639