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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-2 / +2 lines)
Lines 148-154 Basket [% basket.basketno | html %] › Duplicate existing orders Link Here
148
                    <th class="title-string">Placed on</th>
148
                    <th class="title-string">Placed on</th>
149
                    <th class="title-string">Received on</th>
149
                    <th class="title-string">Received on</th>
150
                    <th>Quantity received</th>
150
                    <th>Quantity received</th>
151
                    <th>Pending order</th>
151
                    <th>Quantity ordered</th>
152
                    <th>Unit cost</th>
152
                    <th>Unit cost</th>
153
                    <th>Fund</th>
153
                    <th>Fund</th>
154
                </tr>
154
                </tr>
Lines 269-275 Basket [% basket.basketno | html %] &rsaquo; Duplicate existing orders Link Here
269
                    <th class="title-string">Placed on</th>
269
                    <th class="title-string">Placed on</th>
270
                    <th class="title-string">Received on</th>
270
                    <th class="title-string">Received on</th>
271
                    <th>Quantity received</th>
271
                    <th>Quantity received</th>
272
                    <th>Pending order</th>
272
                    <th>Quantity ordered</th>
273
                    <th>Unit cost</th>
273
                    <th>Unit cost</th>
274
                    <th>Fund</th>
274
                    <th>Fund</th>
275
                </tr>
275
                </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-2 / +1 lines)
Lines 47-53 Link Here
47
                <th class="title-string">Placed on</th>
47
                <th class="title-string">Placed on</th>
48
                <th class="title-string">Received on</th>
48
                <th class="title-string">Received on</th>
49
                <th>Quantity received</th>
49
                <th>Quantity received</th>
50
                <th>Pending order</th>
50
                <th>Quantity ordered</th>
51
				<th>Unit cost</th>
51
				<th>Unit cost</th>
52
                <th>Fund</th>
52
                <th>Fund</th>
53
			</tr>
53
			</tr>
54
- 

Return to bug 17611