Index: openacs-4/packages/invoices/tcl/invoice-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/invoice-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/invoices/tcl/invoice-procs.tcl 15 Sep 2005 14:39:45 -0000 1.4 +++ openacs-4/packages/invoices/tcl/invoice-procs.tcl 20 Sep 2005 05:45:40 -0000 1.5 @@ -196,7 +196,7 @@ # We need to add the locale to the InvoiceTemplate name, but for the time being we don't care. if {![empty_string_p $file_url]} { - set file [open $file_url] + set file [open "[acs_root_dir]/$file_url"] fconfigure $file -translation binary set content [read $file]