koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1399] New: Duplicate value attribute in admin/itemtypes


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1399] New: Duplicate value attribute in admin/itemtypes.tmpl
Date: Mon, 20 Aug 2007 09:34:25 -0700 (PDT)

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]