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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-15 / +4 lines)
Lines 536-557 $(document).ready(function() Link Here
536
                [% END %]
536
                [% END %]
537
            </li>
537
            </li>
538
            <li>
538
            <li>
539
                [% IF ( close ) %]
539
                <label for="ecost">Budgeted cost: </label>
540
                    <label for="ecost">Budgeted cost: </label>
540
                <input type="text" size="20" name="ecost" id="ecost" value="[% ecost %]" readonly="readonly"  /> [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
541
                    <input type="text" size="20" name="ecost" id="ecost" value="[% ecost %]" readonly="readonly"  /> [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
542
                [% ELSE %]
543
                    <label for="ecost">Budgeted cost: </label>
544
                    <input type="text" size="20" name="ecost" id="ecost" value="[% ecost %]" /> [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
545
                [% END %]
546
            </li>
541
            </li>
547
            <li>
542
            <li>
548
                [% IF ( close ) %]
543
                <label for="total">Total: </label>
549
                    <label for="total">Total: </label>
544
                <input type="text" id="total" size="20" name="total" value="[% total %]" readonly="readonly" /> (budgeted cost * quantity)
550
                    <input type="text" id="total" size="20" name="total" value="[% total %]" readonly="readonly" />
551
                [% ELSE %]
552
                    <label for="total">Total: </label>
553
                    <input type="text" id="total" size="20" name="total" value="[% total %]" /> (budgeted cost * quantity)
554
                [% END %]
555
            </li>
545
            </li>
556
            <li>
546
            <li>
557
                [% IF ( close ) %]
547
                [% IF ( close ) %]
558
- 

Return to bug 12840