[Koha-bugs] [Bug 12365] Notes for rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 6 17:05:47 CEST 2017


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

--- Comment #3 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list