[Koha-bugs] [Bug 23086] Search for collection is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 13 23:51:16 CEST 2020


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

--- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The fix we use in production is a bit more radical than yours :)

-            if ( $k !~ /mc-i(tem)?type/ ) {
-                # in case the mc-ccode value has complicating chars like ()'s
inside it we wrap in quotes
-                $this_limit =~ tr/"//d;
-                $this_limit = $k.":'".$v."'";
-            }

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


More information about the Koha-bugs mailing list