check cust_main.edit_subject, RT#13199
authorivan <ivan>
Mon, 27 Jun 2011 23:20:36 +0000 (23:20 +0000)
committerivan <ivan>
Mon, 27 Jun 2011 23:20:36 +0000 (23:20 +0000)
FS/FS/cust_main.pm

index b9e9509..4265516 100644 (file)
@@ -1686,6 +1686,7 @@ sub check {
     || $self->ut_floatn('cdr_termination_percentage')
     || $self->ut_floatn('credit_limit')
     || $self->ut_numbern('billday')
+    || $self->ut_enum('edit_subject', [ '', 'Y' ] )
   ;
 
   #barf.  need message catalogs.  i18n.  etc.