[Koha-bugs] [Bug 29897] Display author identifiers for researchers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 1 20:39:59 CEST 2022


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

--- Comment #78 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am sorry, I found another small issue. I tried to fix, but miss the right
idea now:

[% FOR identifier IN author.identifiers %]
  <li>
    [% PROCESS "authority-identifiers.inc" identifier => identifier %]
  </li>
[% END %]

This will create empty li elements, when $2 is not in the list of valid codes.

I am providing a follow-up with some more information for the pref description.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list