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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-4 / +3 lines)
Lines 239-253 Link Here
239
            <input type="hidden" name="tax_rate" value="0" />
239
            <input type="hidden" name="tax_rate" value="0" />
240
        [% END %]
240
        [% END %]
241
241
242
        <li><label for="rrp">Retail price: </label>[% rrp | $Price | html %]</li>
242
        <li><label for="rrp">Retail price: </label>[% rrp | $Price | html %]  (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inc.[% ELSE %]tax exc.[% END %])</li>
243
        <li>
243
        <li>
244
            <label for="replacementprice">Replacement price:</label>
244
            <label for="replacementprice">Replacement price:</label>
245
            <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | $Price | html %]" />
245
            <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | $Price | html %]" />
246
        </li>
246
        </li>
247
        <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price | html %]</li>
247
        <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price | html %] [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]</li>
248
        <li>
248
        <li>
249
            <label for="unitprice">Actual cost:</label>
249
            <label for="unitprice">Actual cost:</label>
250
            <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" />
250
            <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
251
        </li>
251
        </li>
252
        <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote | html %]</textarea></li>
252
        <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote | html %]</textarea></li>
253
        [% IF order_vendornote %]
253
        [% IF order_vendornote %]
254
- 

Return to bug 21387