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.4 -r1.5 --- openacs-4/packages/invoices/www/offer-send.xql 11 Oct 2005 15:23:29 -0000 1.4 +++ openacs-4/packages/invoices/www/offer-send.xql 27 Dec 2005 16:39:35 -0000 1.5 @@ -23,4 +23,14 @@ + + + + update cr_items + set publish_status = 'expired' + where item_id = (select item_id from cr_revisions where revision_id = :file_ids) + + + +