https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20888
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #26 from Katrin Fischer <[email protected]> --- Hi Matts, have been testing: + <select name="op" class="form-field-not"> + <option value="like">is</option> + [% IF params.op == 'not like' %] + <option value="not like" selected="selected">is not</option> + [% ELSE %] + <option value="not like">is not</option> + [% END IF = not like... else = not like? I tested with a custom item search option for "Withdrawn" linked to the WITHDRAWN authorised value. If I pick "is not" Withdrawn I get the only withdrawn item. If I pick 'is' withdrawn... I get all the other items. It works ok on master for the 'is' case. -- 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/
