]> git.koha-community.org Git - koha.git/commit
Bug 12913 - wrong inventory results when notforloan filter is not used
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 12 Sep 2014 13:21:18 +0000 (15:21 +0200)
committerMason James <mtj@kohaaloha.com>
Sat, 29 Jul 2017 18:46:09 +0000 (06:46 +1200)
commit837ea173846bbf3cd641c168bc0abdd537df46ae
tree6e68ede6962ddbd259cd14a80c12f2b21f7db2fb
parent3acc91c744c69599c7f856bf0c49eb3a7f5a8333
Bug 12913 - wrong inventory results when notforloan filter is not used

In inventory tool, there is a test on scanned items notforloan value : if the value is not one of authorized values, the inventory results displays the problem "Change item status".
The bug is that if notforloan filter is not used, the notforloan values array is not filled and so all scanned items are marked with this problem.

Test plan :
- Check you have in default framework an item subfield mapped with items.notforloan and with an authorized value catergory, for example 'NOTFORLOAN'
- Check the authorized value category has at least value '0'
- Create a new value in this category, for example '9'
- Create a biblio with default framework
- Create an item with barcode='000AAA1', callnumber='ZZZAAA1' and notforloan=0
- Create an item with barcode='000AAA2', callnumber='ZZZAAA2' and notforloan=9
- Delete new value created above, for example '9'
- Create a file 'barecodes.txt' containing 2 lines '000AAA1' and '000AAA2'
- Go to inventory tool : /cgi-bin/koha/tools/inventory.pl
- Choose file in 'Barcode file'
- Enter item callnumber between 'ZZZ' and 'ZZZZ'
- Check 'Compare barcodes list to results'
- Submit
=> without patch, you get 2 results with problem 'Change item status' even for item with notforloan=0
=> with patch, you get 1 result with 'Change item status' on item with notforloan=9

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
tools/inventory.pl