Index: openacs-4/packages/invoices/www/offer-send.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/offer-send.xql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/invoices/www/offer-send.xql 31 Dec 2005 07:36:24 -0000 1.6 +++ openacs-4/packages/invoices/www/offer-send.xql 2 May 2006 12:07:11 -0000 1.7 @@ -15,7 +15,7 @@ - select p.title as project_title, p.project_code, contact_id + select p.title as project_title, p.project_code, contact_id, cc_contact_ids, cc_emails from pm_projectsx p, cr_items oi where oi.latest_revision = p.project_id and oi.item_id = :project_id