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 -N -r1.1 -r1.2 --- openacs-4/packages/invoices-portlet/lib/projects-billable.tcl 31 Aug 2005 17:05:21 -0000 1.1 +++ openacs-4/packages/invoices-portlet/lib/projects-billable.tcl 9 Oct 2005 13:54:41 -0000 1.2 @@ -41,7 +41,7 @@ } if {[empty_string_p $base_url]} { - set base_url [apm_package_url_from_id $package_id] + set base_url [apm_package_url_from_id [apm_package_id_from_key invoices]] } set dotlrn_club_id [lindex [application_data_link::get_linked -from_object_id $organization_id -to_object_type "dotlrn_club"] 0] Index: openacs-4/packages/invoices-portlet/www/invoices-portlet.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices-portlet/www/invoices-portlet.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/invoices-portlet/www/invoices-portlet.adp 31 Aug 2005 17:05:21 -0000 1.2 +++ openacs-4/packages/invoices-portlet/www/invoices-portlet.adp 9 Oct 2005 13:54:41 -0000 1.3 @@ -1,2 +1,2 @@ - + Index: openacs-4/packages/invoices-portlet/www/invoices-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices-portlet/www/invoices-portlet.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/invoices-portlet/www/invoices-portlet.tcl 16 Aug 2005 20:14:55 -0000 1.1 +++ openacs-4/packages/invoices-portlet/www/invoices-portlet.tcl 9 Oct 2005 13:54:41 -0000 1.2 @@ -1,9 +1,9 @@ # packages/invoices-portlet/www/invoices-portlet.tcl -set row_list { title {} name {} description {} creation_date {} amount_open {} count_total {} count_billed {} } +set row_list { title {} description {} creation_date {} amount_open {} count_total {} count_billed {} } set community_id [dotlrn_community::get_community_id_from_url] -set base_url "[dotlrn_community::get_community_url $community_id]" +# set base_url "[dotlrn_community::get_community_url $community_id]" set organization_id [lindex \ [application_data_link::get_linked \