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.11 -r1.12 --- openacs-4/packages/invoices/www/invoice-ae.tcl 27 Oct 2005 18:11:24 -0000 1.11 +++ openacs-4/packages/invoices/www/invoice-ae.tcl 3 Nov 2005 22:49:12 -0000 1.12 @@ -87,8 +87,8 @@ set recipient_options [db_list_of_lists credit_recipients {}] } else { # normal invoice: get recipients from projects - # set recipient_options [db_list_of_lists recipients {}] - set recipient_options [wieners::get_recipients -customer_id $organization_id] + set recipient_options [db_list_of_lists recipients {}] + #set recipient_options [wieners::get_recipients -customer_id $organization_id] }