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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 235-241 Link Here
235
            [% INCLUDE 'patron-title.inc' patron = creator %]
235
            [% INCLUDE 'patron-title.inc' patron = creator %]
236
        </span>
236
        </span>
237
       </li>
237
       </li>
238
       <li><label for="quantity_to_receive">Quantity to receive: </label><span class="label">
238
       <li><label for="quantity_to_receive">Quantity ordered: </label><span class="label">
239
           [% IF edit or subscriptionid %]
239
           [% IF edit or subscriptionid %]
240
               <input type="text" id="quantity_to_receive" name="quantity" value="[% quantity | html %]" />
240
               <input type="text" id="quantity_to_receive" name="quantity" value="[% quantity | html %]" />
241
           [% ELSE%]
241
           [% ELSE%]
242
- 

Return to bug 21799