24 Apr
2024
24 Apr
'24
4:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30657 --- Comment #11 from Lucas Gass <lucas@bywatersolutions.com> --- 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.