Index: openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.xql 26 May 2002 04:36:50 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/orders/fulfill-3.xql 19 Sep 2002 17:12:45 -0000 1.4 @@ -71,6 +71,7 @@ from ec_financial_transactions where order_id = :order_id and to_be_captured_p is null + and authorized_date is not null and transaction_type = 'charge'