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

Frédéric Demians <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #16 from Frédéric Demians <[email protected]> ---
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.
_______________________________________________
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