Bug 7145 - Item availability display on search result is not correct when one item is returned
Summary: Item availability display on search result is not correct when one item is re...
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching (show other bugs)
Version: 3.6
Hardware: All All
: P5 - low critical
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2011-11-03 11:08 UTC by laurenthdl
Modified: 2019-06-27 09:24 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description laurenthdl 2011-11-03 11:08:59 UTC
Since removes items from marcxml,
when an item is returned, the availability information in zebra is not correct.
Since the data indexed for items.onloan is depending on the fact that there is a value for onloan this data for onloan index is not UPDATED.
Which is not what the user expects.

either change undef to 0000-00-00 value when checking in.
Either del the previous record and recreate that in zebra when it is a modification of item.
Comment 1 laurenthdl 2011-11-03 13:08:56 UTC
This bug is owed to the deprecated use of -nosanitize flag to rebuild_zebra.
Be advised that it is a very BAD thing to use nosanitize when you want accurate information for items.