Index: openacs-4/packages/invoices/lib/report-customer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/lib/report-customer.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/invoices/lib/report-customer.tcl 19 Apr 2006 14:22:35 -0000 1.3 +++ openacs-4/packages/invoices/lib/report-customer.tcl 5 Jun 2006 13:09:41 -0000 1.4 @@ -173,5 +173,5 @@ set contacts_url [apm_package_url_from_key contacts] db_multirow -extend {customer_url} reports $sql_query_name {} { - set customer_url "${contacts_url}$customer_id" + set customer_url [export_vars -base "invoice-items" -url {customer_id {groupby "cat_name"} {orderby "cat_name"}}] }