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 -r1.14 -r1.15 --- openacs-4/packages/invoices/www/offer-send.tcl 27 Dec 2005 18:28:16 -0000 1.14 +++ openacs-4/packages/invoices/www/offer-send.tcl 27 Dec 2005 18:45:40 -0000 1.15 @@ -41,9 +41,8 @@ set file_title [lang::util::localize "#invoices.file_offer_accepted#_${offer_nr}.pdf" $locale] } -# substitute variables in invoice text -# and return the content of all necessary document files -# (opening, invoice/credit/cancellation, copy) +# substitute variables in offer text +# and return the content of the email plus the file-paths to the document file 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]