Index: openacs-4/packages/invoices/sql/postgresql/invoices-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/sql/postgresql/invoices-create.sql,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/invoices/sql/postgresql/invoices-create.sql 18 May 2006 12:48:46 -0000 1.13 +++ openacs-4/packages/invoices/sql/postgresql/invoices-create.sql 11 Aug 2006 19:37:52 -0000 1.14 @@ -143,7 +143,7 @@ constraint iv_offer_items_offer_fk references iv_offers, comment text, - item_units numeric(12,1), + item_units numeric(12,3), price_per_unit numeric(12,3), rebate numeric(12,2), file_count integer, @@ -244,7 +244,7 @@ offer_item_id integer constraint iv_invoice_items_offer_fk references iv_offer_items, - item_units numeric(12,1), + item_units numeric(12,3), price_per_unit numeric(12,3), rebate numeric(12,2), amount_total numeric(12,2),