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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-2 / +3 lines)
Lines 66-72 Link Here
66
			<tr>
66
			<tr>
67
				<th>Basket</th>
67
				<th>Basket</th>
68
				<th>Basket group</th>
68
				<th>Basket group</th>
69
                <th>Invoice number</th>
69
				<th>Invoice Number</th>
70
				<th>Order Number</th>
70
				<th>Summary</th>
71
				<th>Summary</th>
71
				<th>Vendor</th>
72
				<th>Vendor</th>
72
				<th>Placed on</th>
73
				<th>Placed on</th>
Lines 85-90 Link Here
85
					        &nbsp;
86
					        &nbsp;
86
					    [% END %]
87
					    [% END %]
87
					</td>
88
					</td>
89
					<td>[% suggestions_loo.ordernumber %]</td>
88
					<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% suggestions_loo.biblionumber %]">[% suggestions_loo.title |html %]</a>
90
					<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% suggestions_loo.biblionumber %]">[% suggestions_loo.title |html %]</a>
89
                        <br />[% suggestions_loo.author %] <br /> [% suggestions_loo.isbn %]</td>
91
                        <br />[% suggestions_loo.author %] <br /> [% suggestions_loo.isbn %]</td>
90
					<td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% suggestions_loo.id %]">[% suggestions_loo.name %]</a></td>
92
					<td><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% suggestions_loo.id %]">[% suggestions_loo.name %]</a></td>
91
- 

Return to bug 7903