6 Apr
2017
6 Apr
'17
5:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12365 --- Comment #3 from Marc Véron <veron@veron.ch> --- 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.