31 Jan
2020
31 Jan
'20
12:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24528 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- + if ( $embed =~ m/^(?<relation>.*)_count$/ and + if ( $curr =~ m/^(?<relation>.*)\+count/ ) { + my $key = $+{relation} . "_count"; Why did not you keep "relation+count"? -- You are receiving this mail because: You are watching all bug changes.