Index: openacs-4/packages/invoices/tcl/util-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/tcl/util-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/invoices/tcl/util-procs.xql 16 Aug 2005 20:04:32 -0000 1.1 +++ openacs-4/packages/invoices/tcl/util-procs.xql 28 Sep 2005 19:08:28 -0000 1.2 @@ -26,4 +26,15 @@ + + + + select u.password as user_password, u.salt as user_salt + from users u, acs_objects o + where u.user_id = o.creation_user + and o.object_id = :offer_id + + + +