https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #183 from Josef Moravec <josef.moravec@gmail.com> --- I do a retest: (In reply to Jonathan Druart from comment #182)
Quick test: - check an item out, then check it in - delete the item
1. on /members/readingrec.pl?borrowernumber=51 a) before "This patron has no circulation history." b) after we see a table with all item's info
The same for me, you are right
2. on /catalogue/issuehistory.pl?biblionumber=42 a) before "Amy's diary, by Lee has never been checked out." b) after "Checked out 1 times" with the table (and a barcode with a link to the item)
You are right
Same if we remove the bibliographic record.
True
3. Perform a search, /catalogue/search.pl?q=d the search result will display "1 item, 1 available" in the "Location" column whereas there are no more items for this bibliographic record.
When I delete an item, it can not be anymore seen in search results - so ok for me.
I did not see anything about these changes in the previous comments, and it seems that we lack a proper test plan.
What about acquisition module? Fines? Authority ("used in X"), etc?
Authority "used in X records" is done by search engine, so when it works, it gets the correct number - I just tested it and it is ok when i remove record with authority linked. Fines linked with items remains linked and show the name of item in description - but it is the question if we do wan't to show it or not then - it could be useful information even if the item/biblio no longer "exists". So I agree, there is more things to test and it is not easy to find all places which should be tested... -- You are receiving this mail because: You are watching all bug changes.