http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12404 --- Comment #22 from Frédéric Demians <frederic@tamil.fr> --- (In reply to Jonathan Druart from comment #21)
The last patch should allow you to do what you want.
It works if I have something like that (with an arrayref of subfields): Title=[% FOREACH s IN fields.200.first.subfields %][% IF s.0 == "a" %][% s.1 %][% END %][% END %] It doesn't work with: [% FOREACH s IN fields.200.first.subfields %][% IF s.0 == "a" %][% s.1 %][% END %][% END %] The editing workflow is really awkward. After saving a profile, you have to do several clicks, to return on edit the CSV profile. And worst, you haven't any feedback, syntax verification, or a visual feedback. You have to switch to Download cart to see the result. When there is no result, you can surmise you have done something wrong. -- You are receiving this mail because: You are watching all bug changes.