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.17 -r1.18
--- openacs-4/packages/invoices/www/offer-ae.tcl	8 Jan 2006 10:45:04 -0000	1.17
+++ openacs-4/packages/invoices/www/offer-ae.tcl	8 Jan 2006 11:27:13 -0000	1.18
@@ -535,8 +535,8 @@
     set credit_sum "0.00"
 
     # get this from organization_id
-    set payment_days "30"
-    set vat_percent "16.0"
+    set payment_days "0"
+    set vat_percent "0.0"
     set contacts_package_id [lindex [application_link::get_linked -from_package_id $package_id -to_package_key contacts] 0]
     array set org_data [contacts::get_values \
 			    -group_name "Customers" \