https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27826 --- Comment #18 from Jonathan Druart <jonathan.druart@gmail.com> --- (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.