Index: openacs-4/packages/invoices/www/offer-ae.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/invoices/www/offer-ae.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/invoices/www/offer-ae.tcl 26 Oct 2005 14:26:21 -0000 1.7 +++ openacs-4/packages/invoices/www/offer-ae.tcl 26 Oct 2005 14:54:18 -0000 1.8 @@ -486,6 +486,8 @@ set offer_nr [db_nextval iv_offer_seq] set amount_sum "0.00" set amount_total "0.00" + set credit_percent [format "%.1f" $_credit_percent] + set credit_sum "0.00" # get this from organization_id set payment_days "30"