Bug 10005: Inventory - Add an option to not check in items
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / inventory.tt
index c2d9a8c..8c02c8d 100644 (file)
@@ -201,6 +201,10 @@ $(document).ready(function(){
             <label for="compareinv2barcd">Compare barcodes list to results: </label>
             <input type="checkbox" name="compareinv2barcd" id="compareinv2barcd" />
         </li>
+        <li>
+            <label for="dont_checkin">Do not check in items scanned during inventory: </label>
+            <input type="checkbox" name="dont_checkin" id="dont_checkin" />
+        </li>
         </ol>
   </fieldset>
             <input type="hidden" name="op" value="do_it" />