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

--- Comment #11 from Lucas Gass <[email protected]> ---
A real world example I had to cook up for a HOLD_SLIP:

[% SET alt_id = '' %]
[% FOREACH ba IN borrower.extended_attributes %]
     [% IF ba.code == 'UNCLE' %]
              [% alt_id = ba.attribute %]
     [% END %]
[% END %]

[% IF alt_id == 'BOB' %]
    Warning: Bob is your uncle.
[% ELSE %]
    Warning: Bob is NOT your uncle.
[% END %]


Would be nice to make it a bit easier.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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