default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / FS / FS / tax_status.pm
index f03eeca..2dbcdfa 100644 (file)
@@ -149,6 +149,18 @@ sub _upgrade_data {
     # P, Q, R: Canada, not yet supported
     # MED1/MED2: totally irrelevant to our users
   },
+  suretax => {
+    'R' => 'Residential',
+    'B' => 'Business',
+    'I' => 'Industrial',
+    'L' => 'Lifeline',
+  },
+  billsoft => {
+    'Residential' => 'Residential',
+    'Business'    => 'Business',
+    'Industrial'  => 'Industrial',
+    'Senior Citizen' => 'Senior Citizen',
+  },
 );
 
 =back