From adba6f962927027aed98e784c4be897e0275f989 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 27 Jun 2011 23:20:36 +0000 Subject: [PATCH] check cust_main.edit_subject, RT#13199 --- FS/FS/cust_main.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index b9e95091c..426551678 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -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. -- 2.11.0