Index: openacs-4/packages/invoices-portlet/lib/projects-billable.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices-portlet/lib/projects-billable.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/invoices-portlet/lib/projects-billable.tcl 2 Nov 2005 15:18:27 -0000 1.6 +++ openacs-4/packages/invoices-portlet/lib/projects-billable.tcl 14 Nov 2005 14:58:09 -0000 1.7 @@ -111,7 +111,7 @@ } -db_multirow -extend {project_link currency} projects projects_to_bill {} { +db_multirow -extend {project_link currency recipient} projects projects_to_bill {} { set amount_open [format "%.2f" $amount_open] set dotlrn_club_id [lindex [application_data_link::get_linked -from_object_id $organization_id -to_object_type "dotlrn_club"] 0] set pm_base_url [apm_package_url_from_id [dotlrn_community::get_package_id_from_package_key -package_key "project-manager" -community_id $dotlrn_club_id]]