koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] [Bug 262] Ethnicity select list still in add a member page


From: bugzilla-daemon
Subject: [Koha-devel] [Bug 262] Ethnicity select list still in add a member page
Date: Mon Apr 7 14:16:07 2003

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





------- Additional Comments From address@hidden  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.



reply via email to

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