referral credits overhaul, use billing events, agents can self-configure, limit to...
[freeside.git] / FS / FS / Setup.pm
index d8099c6..2b392e5 100644 (file)
@@ -341,6 +341,10 @@ sub initial_data {
     #not yet....
 
   #)
+
+    #usage classes
+    'usage_class' => [],
+
   ;
 
   \%hash;
@@ -504,6 +508,10 @@ sub msgcat_messages {
       'en_US' => 'Driver\'s License State',
     },
 
+    'invalid_domain' => {
+      'en_US' => 'Invalid domain',
+    },
+
   );
 }