Index: openacs-4/packages/dotlrn-ecommerce/sql/postgresql/dotlrn-ecommerce-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/sql/postgresql/dotlrn-ecommerce-create.sql,v diff -u -r1.15 -r1.16 --- openacs-4/packages/dotlrn-ecommerce/sql/postgresql/dotlrn-ecommerce-create.sql 25 Jul 2005 13:25:13 -0000 1.15 +++ openacs-4/packages/dotlrn-ecommerce/sql/postgresql/dotlrn-ecommerce-create.sql 30 Jul 2005 22:17:00 -0000 1.16 @@ -64,7 +64,7 @@ create table dotlrn_ecommerce_transactions ( order_id integer references ec_orders on delete cascade not null unique, - method text check (method in ('cc', 'internal_account', 'check')) not null, + method text check (method in ('cc', 'internal_account', 'check', 'cash', 'invoice', 'scholarship')) not null, internal_account text );