[Koha-bugs] [Bug 31694] MARC overlay rules presets don't change anything if presets are translated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 25 00:09:32 CEST 2022


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

--- Comment #5 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Maybe we should remove the translations here?

-        overlay_rules_presets[_("Overwrite")] = {
+        overlay_rules_presets[_("overwrite")] = {

So maybe:

-        overlay_rules_presets[_("Overwrite")] = {
+        overlay_rules_presets["Overwrite"] = {

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


More information about the Koha-bugs mailing list