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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-2 / +5 lines)
Lines 42-48 Link Here
42
	    [% order.title %]
42
	    [% order.title %]
43
	</td>
43
	</td>
44
	<td class="cell">
44
	<td class="cell">
45
	    <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% order.ordernumber %]&amp;booksellerid=[% order.booksellerid %]&amp;basketno=[% order.basketno %]">[% order.ordernumber %]</a>
45
        [% IF ( CAN_user_acquisition_order_manage ) %]
46
            <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% order.ordernumber %]&amp;booksellerid=[% order.booksellerid %]&amp;basketno=[% order.basketno %]">[% order.ordernumber %]</a>
47
        [% ELSE %]
48
            [% order.ordernumber %]
49
        [% END %]
46
	</td>
50
	</td>
47
	<td class="cell">
51
	<td class="cell">
48
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a>
52
	    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a>
49
- 

Return to bug 7602