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.3 -r1.4 --- openacs-4/packages/invoices/lib/projects-billable.tcl 14 Oct 2005 06:25:03 -0000 1.3 +++ openacs-4/packages/invoices/lib/projects-billable.tcl 26 Oct 2005 06:37:57 -0000 1.4 @@ -169,4 +169,5 @@ db_multirow -extend {project_link} projects projects_to_bill {} { set project_link [export_vars -base "${pm_base_url}one" {{project_item_id $project_id}}] set amount_open [format "%.2f" $amount_open] + set creation_date [lc_time_fmt $creation_date "%q %X"] }