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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 330-336 Link Here
330
                                    </li>
330
                                    </li>
331
                                    <li>
331
                                    <li>
332
                                        <label for="quantity">Quantity received: </label>
332
                                        <label for="quantity">Quantity received: </label>
333
                                        <input type="text" size="20" name="quantityrec" id="quantity" />
333
                                        <input type="text" inputmode="numeric" pattern="[0-9]*" size="20" name="quantityrec" id="quantity" />
334
                                        <div id="qtyrecerror" style="display:none">
334
                                        <div id="qtyrecerror" style="display:none">
335
                                            <p class="error">Warning, you have entered more items than expected.
335
                                            <p class="error">Warning, you have entered more items than expected.
336
                                            Items will not be created.</p>
336
                                            Items will not be created.</p>
337
- 

Return to bug 33864