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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-4 / +4 lines)
Lines 69-77 Link Here
69
                                </td>
69
                                </td>
70
                                <td>
70
                                <td>
71
                                    [% IF (sub.alreadyOnOrder) %]
71
                                    [% IF (sub.alreadyOnOrder) %]
72
                                        Outstanding order (only one order per subscription is allowed)
72
                                        Outstanding order
73
                                    [% ELSIF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%]
73
                                    [% END %]
74
                                        <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&amp;basketno=[% basketno | html %]&amp;biblionumber=[% sub.biblionumber | html %]&amp;from_subscriptionid=[% sub.subscriptionid | html %]" title="Order this one">
74
                                    [% IF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%]
75
                                        <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;biblionumber=[% sub.biblionumber | uri %]&amp;from_subscriptionid=[% sub.subscriptionid | uri %]" title="Order this one">
75
                                            Order
76
                                            Order
76
                                        </a>
77
                                        </a>
77
                                    [% ELSE %]
78
                                    [% ELSE %]
78
- 

Return to bug 20365