discounts, RT#6679
[freeside.git] / FS / FS / part_pkg / voip_sqlradacct.pm
index b4f0cf9..441df58 100644 (file)
@@ -181,9 +181,9 @@ sub calc_recur {
 
 }
 
-sub is_free {
-  0;
-}
+sub can_discount { 0; }
+
+sub is_free { 0; }
 
 sub base_recur {
   my($self, $cust_pkg) = @_;