[freeside-commits] branch master updated. 4df3cb3192930c482c07c8d8e077a736244d4fc6

Ivan ivan at 420.am
Thu Nov 13 14:37:22 PST 2014


The branch, master has been updated
       via  4df3cb3192930c482c07c8d8e077a736244d4fc6 (commit)
      from  4900c030d29982ae70dc69c05bb177e96b7c7c57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4df3cb3192930c482c07c8d8e077a736244d4fc6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Nov 13 14:37:20 2014 -0800

    status labels

diff --git a/FS/FS/cust_main_Mixin.pm b/FS/FS/cust_main_Mixin.pm
index ded6cc6..bdad511 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(@_) ) 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main_Mixin.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list