Index: openacs-4/packages/invoices/www/offer-accept-2.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/offer-accept-2.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/invoices/www/offer-accept-2.xql 6 Sep 2005 23:01:24 -0000 1.2 +++ openacs-4/packages/invoices/www/offer-accept-2.xql 11 Oct 2005 15:23:29 -0000 1.3 @@ -15,11 +15,10 @@ - select p.title as project_title, p.project_code + select p.title as project_title, p.project_code, contact_id from pm_projectsx p, cr_items oi where oi.latest_revision = p.project_id and oi.item_id = :project_id -