Index: openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/invoice-payment.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/invoice-payment.tcl,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/invoice-payment.tcl	18 Aug 2005 14:29:40 -0000	1.5
+++ openacs-4/packages/dotlrn-ecommerce/www/admin/ecommerce/invoice-payment.tcl	29 Mar 2008 21:19:15 -0000	1.6
@@ -285,8 +285,10 @@
 
 		    db_dml update_authorized_date "
 		    update ec_financial_transactions 
-		    set authorized_date = current_timestamp
-		    where transaction_id = :transaction_id"
+		    set authorized_date = current_timestamp,
+                    to_be_captured_p = 't',
+                    to_be_captured_date = current_timestamp
+ 	            where transaction_id = :transaction_id"
 		}
 
 		if { [string equal $result "authorized"] || [string equal $result "no_recommendation"] } {