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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-1 / +1 lines)
Lines 342-347 Link Here
342
                <label for="tax_rate">Tax rate: </label>
342
                <label for="tax_rate">Tax rate: </label>
343
                <select name="tax_rate" id="tax_rate">
343
                <select name="tax_rate" id="tax_rate">
344
                [% tax_rate = order.tax_rate_on_receiving || order.tax_rate_on_ordering %]
344
                [% tax_rate = order.tax_rate_on_receiving || order.tax_rate_on_ordering %]
345
                [% tax_rate = tax_rate + 0 %]
345
                [% FOREACH gst IN gst_values %]
346
                [% FOREACH gst IN gst_values %]
346
                    [% IF gst.option == tax_rate %]
347
                    [% IF gst.option == tax_rate %]
347
                        <option value="[% gst.option | html %]" selected="selected">[% gst.option * 100 | html %]%</option>
348
                        <option value="[% gst.option | html %]" selected="selected">[% gst.option * 100 | html %]%</option>
348
- 

Return to bug 28956