https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36027 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #16 from Frédéric Demians <frederic@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.