add per-customer configurable billing date, RT10813
[freeside.git] / FS / FS / cust_main.pm
index 22c16fb..8345d92 100644 (file)
@@ -1681,6 +1681,7 @@ sub check {
     || $self->ut_alphan('geocode')
     || $self->ut_floatn('cdr_termination_percentage')
     || $self->ut_floatn('credit_limit')
+    || $self->ut_numbern('billday')
   ;
 
   #barf.  need message catalogs.  i18n.  etc.