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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 446-452 Link Here
446
            [% END %]
446
            [% END %]
447
            <li>
447
            <li>
448
                <label for="discount">Discount: </label>
448
                <label for="discount">Discount: </label>
449
                [% IF ( orderdiscount ) %]
449
                [% IF ( ordernumber ) %]
450
                    <input type="text" size="6" name="discount" id="discount" value="[% orderdiscount | html %]" onchange="updateCosts();" />%
450
                    <input type="text" size="6" name="discount" id="discount" value="[% orderdiscount | html %]" onchange="updateCosts();" />%
451
                [% ELSE %]
451
                [% ELSE %]
452
                    <input type="text" size="6" name="discount" id="discount" value="[% discount | html %]" onchange="updateCosts();" />%
452
                    <input type="text" size="6" name="discount" id="discount" value="[% discount | html %]" onchange="updateCosts();" />%
453
- 

Return to bug 31144