[Koha-bugs] [Bug 33268] Overlay rules don't work correctly when source is set to *

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 7 16:15:40 CET 2024


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

--- Comment #55 from David Gustafsson <glasklas at gmail.com> ---
Yes, exactly. You could try this script (run with koha-shell <koha-instance> -c
"perl <script-name>":

use Koha::MarcOverlayRules;
use Data::Dumper;
my $rules = Koha::MarcOverlayRules->context_rules({ source => 'batchmod' });
print Dumper($rules);

And review the resulting rule-set. Could be useful for debugging.

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


More information about the Koha-bugs mailing list