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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc (-1 / +4 lines)
Lines 1-5 Link Here
1
<fieldset id="acqui_basket_add">
1
<fieldset id="acqui_basket_add">
2
    <legend>Add Order To Basket</legend>
2
    <legend>Add Order To Basket</legend>
3
    [% IF has_budgets %]
3
    <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
4
    <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
4
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
5
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
5
        <input type="hidden" name="basketno" value="[% basketno %]" />
6
        <input type="hidden" name="basketno" value="[% basketno %]" />
Lines 11-14 Link Here
11
        <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li>
12
        <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li>
12
        </ul>
13
        </ul>
13
    </form>
14
    </form>
15
    [% ELSE %]
16
        You can't create any orders unless you first <a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">define a budget and a fund</a>.
17
    [% END %]
14
</fieldset>
18
</fieldset>
15
- 

Return to bug 5072