add desc method to cust_bill_pkg and use it in cust_bill... this should help with...
[freeside.git] / FS / FS / part_pkg / flat.pm
index ee0f756..f2f3a8d 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use vars qw(@ISA %info);
 #use FS::Record qw(qsearch);
 use FS::part_pkg;
+use Date::Manip;
 
 @ISA = qw(FS::part_pkg);
 
@@ -77,4 +78,8 @@ sub is_free_options {
   qw( setup_fee recur_fee );
 }
 
+sub is_prepaid {
+  0; #no, we're postpaid
+}
+
 1;