[Bug 1399] New: Duplicate value attribute in admin/itemtypes.tmpl
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1399 Summary: Duplicate value attribute in admin/itemtypes.tmpl Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Parameters AssignedTo: paul.poulain@free.fr ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@nongnu.org Line 134 of admin/itemtypes.tmpl: <input type="text" id="renewalsallowed" name="renewalsallowed" size="3" maxlength="3" value=" <!-- TMPL_IF name="renewalsallowed" --> <!-- TMPL_VAR NAME="renewalsallowed" --> <!-- /TMPL_IF -->" value="1" /> 'renewalsallowed' is being passed as the contents of the value attribute, but there is also a 'value="1"' in the same input tag. Which is correct? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@pippin.metavore.com