Bug 21413: Inventory - Skip items with waiting holds
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 26 Sep 2018 14:41:14 +0000 (11:41 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 8 Nov 2018 13:32:41 +0000 (13:32 +0000)
commita74f8eb6343079eef1af1ccdd1f5e059f8712383
tree6e759ab204f607bcac9cfa6de8d4b2435dccd012
parent07579849d664a2156282410271a2470ce0ce6fdc
Bug 21413: Inventory - Skip items with waiting holds

This patch enables items to be skipped for inventory stocktaking
if the item is currently a waiting hold. The intention is to skip
items that should be on the holds waiting shelf in the library.

Test Plan:
1) Apply this patch
2) Generate a list of barcodes ordered by callnumber
3) Select one of those items and place it on hold, then confirm the hold
4) Remove that barcode from the list of barcodes
5) Browse to the inventory tool, choose your barcodes file
6) Run the inventory tool with that barcode file.
7) Note the tool says that item should have been scanned
8) Click the browsers back button to return to the previous page
9) Check the checkbox for "Skip copies marked as waiting holds"
10) Run the tool again, not it does not flag that item as previously

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Items.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
tools/inventory.pl