diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-13 14:37:20 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-13 14:37:20 -0800 |
commit | 4df3cb3192930c482c07c8d8e077a736244d4fc6 (patch) | |
tree | 82093b96733671dc08a03f44f7d1079d6da7a734 | |
parent | 4900c030d29982ae70dc69c05bb177e96b7c7c57 (diff) |
status labels
-rw-r--r-- | FS/FS/cust_main_Mixin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm index ded6cc697..bdad511fa 100644 --- a/FS/FS/cust_main_Mixin.pm +++ b/FS/FS/cust_main_Mixin.pm @@ -236,6 +236,7 @@ linked to a customer. sub ucfirst_cust_status { carp "ucfirst_cust_status deprecated, use cust_status_label"; + local($FS::cust_main::ucfirst_nowarn) = 1; my $self = shift; $self->cust_linked ? ucfirst( $self->cust_status(@_) ) |