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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc (-2 / +1 lines)
Lines 5-11 Link Here
5
        <li>
5
        <li>
6
          <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
6
          <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
7
            <label>From an existing record:
7
            <label>From an existing record:
8
                <input type="text"  size="25" name="q" />
8
                <input type="text"  size="25" name="q" required="required"/>
9
            </label>
9
            </label>
10
            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
10
            <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
11
            <input type="hidden" name="basketno" value="[% basketno | html %]" />
11
            <input type="hidden" name="basketno" value="[% basketno | html %]" />
12
- 

Return to bug 21398