Index: openacs-4/packages/invoices/www/offer-send.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/offer-send.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/invoices/www/offer-send.tcl 27 Dec 2005 16:39:35 -0000 1.12 +++ openacs-4/packages/invoices/www/offer-send.tcl 27 Dec 2005 17:31:27 -0000 1.13 @@ -44,7 +44,7 @@ # substitute variables in invoice text # and return the content of all necessary document files # (opening, invoice/credit/cancellation, copy) -set documents [iv::offer::parse_data -offer_id $offer_id -type $document_type -email_text $offer_text] +set documents [iv::offer::parse_data -offer_id $offer_id -type $document_type -email_text $offer_text -accept_link $accept_link] set offer_text [lindex $documents 0]