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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl (-6 / +13 lines)
Lines 200-206 Link Here
200
            <table id="orders">
200
            <table id="orders">
201
                <thead>
201
                <thead>
202
                    <tr>
202
                    <tr>
203
                        <th>Order</th>
203
                        <th>Order Ref</th>
204
			<th>Order</th>
204
                        <th>RRP</th>
205
                        <th>RRP</th>
205
                        <th>Est.</th>
206
                        <th>Est.</th>
206
                        <th>Qty.</th>
207
                        <th>Qty.</th>
Lines 218-224 Link Here
218
                <!-- TMPL_IF name="GST" -->
219
                <!-- TMPL_IF name="GST" -->
219
                <tr>
220
                <tr>
220
                    <th>Total Tax Exc.</th>
221
                    <th>Total Tax Exc.</th>
221
                    <th><!-- TMPL_VAR NAME="total_rrp_gste" --></th>
222
                    <td></td>
223
		    <th><!-- TMPL_VAR NAME="total_rrp_gste" --></th>
222
                    <th>&nbsp;</th>
224
                    <th>&nbsp;</th>
223
                    <th><!-- TMPL_VAR name="qty_total" --></th>
225
                    <th><!-- TMPL_VAR name="qty_total" --></th>
224
                    <th><!-- TMPL_VAR NAME="total_est_gste" --></th> @@ -232,14 +234,16 @@
226
                    <th><!-- TMPL_VAR NAME="total_est_gste" --></th> @@ -232,14 +234,16 @@
225
                </tr>
227
                </tr>
226
                <tr>
228
                <tr>
227
                    <th>Tax (<!-- TMPL_VAR NAME="gist_rate" -->)</th>
229
                    <th>Tax (<!-- TMPL_VAR NAME="gist_rate" -->)</th>
228
                    <th><!-- TMPL_VAR NAME="gist_rrp" --></th>
230
                    <td></td>
231
		    <th><!-- TMPL_VAR NAME="gist_rrp" --></th>
229
                    <th>&nbsp;</th>
232
                    <th>&nbsp;</th>
230
                    <th>&nbsp;</th>
233
                    <th>&nbsp;</th>
231
                    <th><!-- TMPL_VAR NAME="gist_est" --></th>
234
                    <th><!-- TMPL_VAR NAME="gist_est" --></th>
232
                </tr>
235
                </tr>
233
                <tr>
236
                <tr>
234
                    <th>Total Tax Inc. (<!-- TMPL_VAR NAME="currency" -->)</th>
237
                    <th>Total Tax Inc. (<!-- TMPL_VAR NAME="currency" -->)</th>
235
                    <th><!-- TMPL_VAR NAME="total_rrp_gsti" --></th>
238
                    <td></td>
239
		    <th><!-- TMPL_VAR NAME="total_rrp_gsti" --></th>
236
                    <th>&nbsp;</th>
240
                    <th>&nbsp;</th>
237
                    <th><!-- TMPL_VAR name="qty_total" --></th>
241
                    <th><!-- TMPL_VAR name="qty_total" --></th>
238
                    <th><!-- TMPL_VAR NAME="total_est_gsti" --></th> @@ -247,7 +251,8 @@
242
                    <th><!-- TMPL_VAR NAME="total_est_gsti" --></th> @@ -247,7 +251,8 @@
239
                <!-- TMPL_ELSE -->
243
                <!-- TMPL_ELSE -->
240
                <tr>
244
                <tr>
241
                    <th>Total (<!-- TMPL_VAR NAME="currency" -->)</th>
245
                    <th>Total (<!-- TMPL_VAR NAME="currency" -->)</th>
242
                    <th><!-- TMPL_VAR NAME="total_rrp_gsti" --></th>
246
                    <td></td>
247
		    <th><!-- TMPL_VAR NAME="total_rrp_gsti" --></th>
243
                    <th>&nbsp;</th>
248
                    <th>&nbsp;</th>
244
                    <th><!-- TMPL_VAR name="qty_total" --></th>
249
                    <th><!-- TMPL_VAR name="qty_total" --></th>
245
                    <th><!-- TMPL_VAR NAME="total_est_gsti" --></th> @@ -258,6 +263,9 @@
250
                    <th><!-- TMPL_VAR NAME="total_est_gsti" --></th> @@ -258,6 +263,9 @@
246
                <!-- TMPL_LOOP NAME="books_loop" -->
251
                <!-- TMPL_LOOP NAME="books_loop" -->
247
                    <!-- TMPL_IF NAME="order_received" --><tr class="disabled"><!-- TMPL_ELSE --><!-- TMPL_IF NAME="toggle" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF --><!-- /TMPL_IF -->
252
                    <!-- TMPL_IF NAME="order_received" --><tr class="disabled"><!-- TMPL_ELSE --><!-- TMPL_IF NAME="toggle" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF --><!-- /TMPL_IF -->
248
                        <td>
253
                        <td>
254
			  <!-- TMPL_VAR NAME="ordernumber" -->
255
			</td>
256
			<td>
249
                            <p><!-- TMPL_IF NAME="order_received" --> (rcvd)<!-- /TMPL_IF -->
257
                            <p><!-- TMPL_IF NAME="order_received" --> (rcvd)<!-- /TMPL_IF -->
250
                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" ESCAPE="html" --></a> by <!-- TMPL_VAR NAME="author" -->
258
                                <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" ESCAPE="html" --></a> by <!-- TMPL_VAR NAME="author" -->
251
                                    <!-- TMPL_IF name="notes" --> <!--TMPL_VAR name="notes" --><!-- /TMPL_IF -->
259
                                    <!-- TMPL_IF name="notes" --> <!--TMPL_VAR name="notes" --><!-- /TMPL_IF -->
252
-

Return to bug 6762