Index: openacs-4/packages/invoices/www/invoice-pdf.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/invoice-pdf.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/invoices/www/invoice-pdf.xql 12 Oct 2005 23:11:27 -0000 1.2 +++ openacs-4/packages/invoices/www/invoice-pdf.xql 27 Dec 2005 16:39:35 -0000 1.3 @@ -12,4 +12,14 @@ + + + + update cr_items + set publish_status = 'live' + where item_id = :file_item_id + + + +