13 Jul
2020
13 Jul
'20
11:51 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23086 --- Comment #8 from Katrin Fischer <katrin.fischer@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.