[freeside-commits] branch FREESIDE_3_BRANCH updated. 95ec0ba6b56057953de04c6758cfce6d0a8d5fde

Jonathan Prykop jonathan at 420.am
Fri Mar 13 12:24:26 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  95ec0ba6b56057953de04c6758cfce6d0a8d5fde (commit)
      from  d96e926b315be0791d0383cc3827295bc3a81a40 (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 95ec0ba6b56057953de04c6758cfce6d0a8d5fde
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Fri Mar 13 14:22:54 2015 -0500

    RT#33877: Customer Status [fix only needed for 3_BRANCH]

diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index fe0e329..b085b55 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -204,7 +204,7 @@ my $curuser = $FS::CurrentUser::CurrentUser;
 
 my @agentnums = $curuser->agentnums;
 
-my $status_label = $cust_main->status_label;
+my $status_label = ucfirst($cust_main->status);
 if ($cust_main->is_status_delay_cancel) {
   $status_label .= ' (Cancelled)';
 }

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

Summary of changes:
 httemplate/view/cust_main/misc.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list