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

--- Comment #3 from Marc VĂ©ron <[email protected]> ---
Found a minor issue while testing: If you have text in the note field for 'All
libraries' + 'All item types', the text 'sticks' in the input field. This is
due to setting the value in smart-rules.tt line 384:

<td><input type="text" name="note" id="note" size="15" value="[% rule.note
%]"></td>

Works well if I change the line to:
<td><input type="text" name="note" id="note" size="15"></td>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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