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

--- Comment #1 from Lisette Scheer <[email protected]> ---
Created attachment 186056
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186056&action=edit
Bug 40740: Validation for biblioitems in about/system information joins on
biblionumber not biblioitemnumber

This patche fixes the validation for biblioitems to only warn when the
biblioitemnumber is in both tables instead of the biblionumber.

To test:
1. Delete an item that has another item on the record.
2. Go to About and select the system configuration tab
3. Observe there is a warning.
4. Run a report select bi.biblioitemnumber, dbi.biblioitemnumber from
biblioitems bi join deletedbiblioitems dbi on bi.biblionumber=dbi.biblionumber
5. You'll see the numbers don't match
6. Apply the patch
7. Repeat step 2
8. Observe no warning
9. Repeat step 4
10. Observe no results.
11. Sign off!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to