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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-2 / +1 lines)
Lines 240-246 if (f.company.value == "") { Link Here
240
            <p><strong>Discount: </strong>
240
            <p><strong>Discount: </strong>
241
                [% discount | format("%.1f") %] %</p>
241
                [% discount | format("%.1f") %] %</p>
242
            <p><strong>Tax rate: </strong>
242
            <p><strong>Tax rate: </strong>
243
                [% 0 + gstrate * 100 | format("%.1f") %]%</p>
243
                [% 0 + gstrate * 100 | format("%.1f") %] %</p>
244
            [% IF deliverytime.defined %]
244
            [% IF deliverytime.defined %]
245
                <p><strong>Delivery time: </strong>
245
                <p><strong>Delivery time: </strong>
246
                    [% deliverytime %] days</p>
246
                    [% deliverytime %] days</p>
247
- 

Return to bug 9062