http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=336 Summary: Add member - alternate contact notes moved to library notes area Product: Koha Version: 1.9.1 Platform: PC OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Members AssignedTo: paul.poulain@free.fr ReportedBy: Ilacis@chillco.com QAContact: koha-devel@lists.sourceforge.net cgi-bin/koha/memberentry.pl?type=Add V1.9.2 Add member - alternate contact notes moved to library notes area If memory serves there was a field for notes below the alternate contact details - now that field has been moved below the Library Use title so there are two form fields for notes below Library Use but one is the altnotes. <tr valign=top bgcolor="99cc33"> <td COLSPAN=5 background="/intranet- tmpl/default/en/images/background-mem.gif"><B>LIBRARY USE</B></td> </tr> <tr valign=top bgcolor=white> <td><FONT SIZE=2>Notes</font></td> <td COLSPAN=4><textarea name=altnotes wrap=physical cols=70 rows=3></textarea></td> </tr> <tr valign=top > <td><FONT SIZE=2>Notes</font></td> <td COLSPAN=4><textarea name=borrowernotes wrap=physical cols=70 rows=3></textarea></td> </tr> ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.