https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860

--- Comment #9 from Lucas Gass (lukeg) <[email protected]> ---
For repeating fields:

[% IF record.subfield('538' , 'a') %]
  <span class="results_summary test1">
    <span class="label">The 538a: </span>
    [% FOREACH f IN record.field('538') %]
      [% f.subfield('a') %]
    [% END %]
  </span>
[% END %]

-- 
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/

Reply via email to