http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=724 Summary: newmembers.pl displays "Male" for female members Product: Koha Version: CVS Platform: PC Status: NEW Severity: normal Priority: P2 Component: Members AssignedTo: chris@katipo.co.nz ReportedBy: a.c.li@ieee.org QAContact: koha-bugs@lists.sourceforge.net If I add a female member, the confirmation page displayed by newmembers.pl says "Male". I found that this is caused by the value of <!--TMPL_VAR name="sex"--> being "Female", while the template is expecting the value "0". This is quite mysterious, since newmembers.pl seem to be setting the value of the template variable to "1" or "0". I don't know where the "Female" value comes from. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.