3 May
2023
3 May
'23
12:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12404 --- Comment #61 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I tried to use an example from the old help file, but I got: + <li>Display all 245$a and 245$c into the same column: + <p> + [% FOREACH field IN fields.245 %] + [% field.a %] [% field.c %] + [% END %] + </p> + </li> Titel=[% FOREACH field IN fields.245 %][% field.a %] [% field.b %] [% field.n %] [% field.p %] [% field.c %][% END %] ARRAY(0x5642032a0638) ARRAY(0x564202a832f0) ARRAY(0x564203388d48) ARRAY(0x5642033cc020) ARRAY(0x564203439cc0) -- You are receiving this mail because: You are watching all bug changes.