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

            Bug ID: 35033
           Summary: Add a validation for biblioitems in about/system
                    information
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: About
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

In the About section, under the System information tab, we get validation
between issues, borrowers, biblio, items, reserves tables, and their
deleted/old counterpart.

But there's no validation for biblioitems.  And yes, on issues during creation,
most probably, discrepencies do occur, as I've now discovered on 10 different
clients.

This patch will simply add the same test (and display) as the others, but for
biblioitems.

Testing
0) Create a simple biblio entry through cataloguing. Note the biblioitemnumber
created.
1) Insert a dummy entry in deletedbiblioitem using the biblioitemnumber.  An
simple SQL will do
insert into deletedbiblioitems select * from biblioitems where biblioitemnumber
= GIVENbin;
2) Go to about, see there's no warning in systeminformation.
3) apply the patch, validate that an error appears.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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