Index: openacs-4/packages/invoices/tcl/offer-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/offer-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/invoices/tcl/offer-procs.tcl 14 Dec 2005 17:44:20 -0000 1.10 +++ openacs-4/packages/invoices/tcl/offer-procs.tcl 15 Dec 2005 22:35:04 -0000 1.11 @@ -212,7 +212,7 @@ set offer(company_name_ext) [ams::value -attribute_name "company_name_ext" -object_id $orga_revision_id -locale $locale] set offer(sticker_salutation) [ams::value -attribute_name "sticker_salutation" -object_id $rec_revision_id -locale $locale] if {[empty_string_p $offer(sticker_salutation)]} { - set offer(sticker_salutation) $name + set offer(sticker_salutation) [contact::name -party_id $recipient_id] } set time_format "[lc_get -locale $locale d_fmt] [lc_get -locale $locale t_fmt]"