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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-3 / +2 lines)
Lines 46-54 Link Here
46
                </td>
46
                </td>
47
                <td>
47
                <td>
48
                    [% IF ( suggestions_loo.biblionumber ) %]
48
                    [% IF ( suggestions_loo.biblionumber ) %]
49
                        <a href="neworderempty.pl?booksellerid=[% suggestions_loo.supplierid %]&amp;basketno=[% suggestions_loo.basketno %]&amp;suggestionid=[% suggestions_loo.suggestionid %]&amp;biblio=[% suggestions_loo.biblionumber %]" class="button">Order</a>
49
                        <a href="neworderempty.pl?booksellerid=[% supplierid %]&amp;basketno=[% basketno %]&amp;suggestionid=[% suggestions_loo.suggestionid %]&amp;biblio=[% suggestions_loo.biblionumber %]" class="button">Order</a>
50
                    [% ELSE %]
50
                    [% ELSE %]
51
                        <a href="neworderempty.pl?booksellerid=[% suggestions_loo.supplierid %]&amp;basketno=[% suggestions_loo.basketno %]&amp;suggestionid=[% suggestions_loo.suggestionid %]" class="button">Order</a>
51
                        <a href="neworderempty.pl?booksellerid=[% supplierid %]&amp;basketno=[% basketno %]&amp;suggestionid=[% suggestions_loo.suggestionid %]" class="button">Order</a>
52
                    [% END %]
52
                    [% END %]
53
                </td>
53
                </td>
54
            </tr>
54
            </tr>
55
- 

Return to bug 6249