[Koha-bugs] [Bug 36027] search_for_data_inconsistencies.pl - make each section optional

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 25 10:40:27 CET 2024


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

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #16 from Frédéric Demians <frederic at tamil.fr> ---
Would it be possible to have just one patch? In my opinion, there are already
too many parameters. May I suggest an implementation based on an array of
inconsistencies tests? Something like that:

my $inconsistencies = [
    {
        name => 'item-branch',
        description => 'Items without home or holding library',
        sub => {

        },
    },
    {
        name => 'item-type',
        description => 'Biblios/items without item type or with invalid item
type',
        sub => {

        },
    },
];

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


More information about the Koha-bugs mailing list