Index: openacs-4/packages/invoices/www/invoice-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/invoice-ae.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/invoices/www/invoice-ae.tcl 27 Dec 2005 16:39:35 -0000 1.19 +++ openacs-4/packages/invoices/www/invoice-ae.tcl 4 Jan 2006 08:06:48 -0000 1.20 @@ -138,7 +138,7 @@ set recipient_options [db_list_of_lists cancellation_recipients {}] } elseif {$cur_total_amount < 0} { # credit: get recipients from organization - set recipient_options [db_list_of_lists credit_recipients {}] + set recipient_options [contact::util::get_employees_list_of_lists -organization_id $organization_id] set contact_options $recipient_options } else { # normal invoice: get recipients from projects