[Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables with their "alive" cousins

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 27 16:49:04 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271

--- Comment #182 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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

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)

Same if we remove the bibliographic record.

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.

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?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list