[Koha-bugs] [Bug 35033] Add a validation for biblioitems in about/system information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 30 18:59:13 CET 2023


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #157621|0                           |1
        is obsolete|                            |

--- Comment #4 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Created attachment 158098
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158098&action=edit
Bug 35033: Add a validation for biblioitems in about/system information

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.

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.

Signed-off-by: David Nind <david at davidnind.com>
Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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


More information about the Koha-bugs mailing list