https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27826
--- Comment #18 from Jonathan Druart <[email protected]> --- (In reply to David Cook from comment #17) > (In reply to HKS3 Tadeusz SoĊnierz from comment #3) > > In self-review I noticed that it should in fact be a `_` operator to > > concatenate strings in TT, but this appears to work as expected regardless. > > Not too thrilled about this regex-matching approach to this anyway, but this > > does solve the problem so I'll leave it out here for review. > > Yeah I'm curious why we're even using regex match here... Because we are doing terrible things... 424 newissues => join( ',', @newissueslist ), 730 [% FOREACH barcode IN newissues.split(',') %] -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
