default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / FS / FS / tax_status.pm
index 5f7b50f..2dbcdfa 100644 (file)
@@ -155,6 +155,12 @@ sub _upgrade_data {
     'I' => 'Industrial',
     'L' => 'Lifeline',
   },
+  billsoft => {
+    'Residential' => 'Residential',
+    'Business'    => 'Business',
+    'Industrial'  => 'Industrial',
+    'Senior Citizen' => 'Senior Citizen',
+  },
 );
 
 =back