[Bug 262] Ethnicity select list still in add a member page
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=262 ------- Additional Comments From chris@katipo.co.nz 2003-04-08 09:14 ------- Nope :) Wht needs to happen is the ethnicity stuff from 1.2.x needs to be ported over. my $ethnicitycategoriescount=$#{$categories}; if ($ethnicitycategoriescount>=0) { print $input->popup_menu(-name=>'ethnicity', -values=>$categories, -default=>$data->{'ethnicity'}, -labels=>$labels); Is what is happening in the 1.2.3 memberentry.pl. The ethnicity categories are stored in a database table. Please paul, can we not leave the ethnicity out, if we do, i'll just need to add it back in again for the people at HLT. So if its ok with you, ill port the ethnicity stuff across to the main trunk? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz