[Koha-bugs] [Bug 560] member-flags.pl not working

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Aug 7 11:25:33 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=560

paul.poulain at free.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From paul.poulain at free.fr  2003-08-07 21:25 -------
The problem was due to NPL local templates.
In HTML code, in standard template, i read :
<input type=checkbox name=flag-0 >
In HTML code in NPL specific template, i read :
<input type="checkbox" name="flag-"0 >
which is NOT the same : the 0 should be INSIDE the "" (name="flag-0")

This bug is invalid.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list