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

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

Return to bug 7903