one-time referral credits
[freeside.git] / FS / FS / Conf.pm
index d1253d2..187a6f9 100644 (file)
@@ -1377,6 +1377,12 @@ httemplate/docs/config.html
     'type'        => 'checkbox',
   },
 
+  { 'key'         => 'referral_credit',
+    'section'     => 'billing',
+    'description' => "Enables one-time referral credits in the amount of one month <i>referred</i> customer's recurring fee (irregardless of frequency).",
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;