summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main.pm
diff options
context:
space:
mode:
authormark <mark>2010-09-22 21:22:03 +0000
committermark <mark>2010-09-22 21:22:03 +0000
commitcb0b8c862de7c7ab68b172faa29167f47894627b (patch)
treea690eda6f9b6d6e9274094583618962e7b248227 /FS/FS/cust_main.pm
parent197c503fbe112896332e9ca5f17c9c5a2ea4bb87 (diff)
customer credit limits, RT#8209
Diffstat (limited to 'FS/FS/cust_main.pm')
-rw-r--r--FS/FS/cust_main.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index f9204cad1..b1b2753ea 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -1415,6 +1415,7 @@ sub check {
|| $self->ut_textn('invoice_terms')
|| $self->ut_alphan('geocode')
|| $self->ut_floatn('cdr_termination_percentage')
+ || $self->ut_floatn('credit_limit')
;
#barf. need message catalogs. i18n. etc.