Index: openacs-4/packages/invoices/lib/projects-billable.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/lib/projects-billable.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/invoices/lib/projects-billable.tcl 15 Nov 2005 17:48:52 -0000 1.8
+++ openacs-4/packages/invoices/lib/projects-billable.tcl 17 Nov 2005 16:22:24 -0000 1.9
@@ -84,7 +84,7 @@
}
name {
label {[_ invoices.Customer]}
- display_template {@projects.name@}
+ display_template {@projects.name;noquote@}
}
title {
label {[_ invoices.iv_invoice_project_title]}
@@ -131,7 +131,7 @@
default_direction asc
}
description {
- label {[_ invoices.iv_invoice_project_descr]}
+ label {[_ invoices.iv_invoice_project_descr}]
orderby_desc {lower(r.description) desc, r.item_id}
orderby_asc {lower(r.description) asc, r.item_id}
default_direction asc
@@ -190,10 +190,11 @@
if { $contacts_p } {
set recipient "[contact::name -party_id $recipient_id]"
+ set name "[contact::name -party_id $org_id]"
} else {
set recipient [person::name -person_id $recipient_id]
+ set name $name
}
-
set dotlrn_club_id [lindex \
[application_data_link::get_linked \
-from_object_id $org_id \