[freeside-commits] branch master updated. 29838688b9e4d774d32caeb2cfc8231b1ada891d
Ivan
ivan at 420.am
Wed Dec 14 12:31:26 PST 2016
The branch, master has been updated
via 29838688b9e4d774d32caeb2cfc8231b1ada891d (commit)
from a36e0f8a0f69349dafaa16d1d2d57dfb6e5dbc85 (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 29838688b9e4d774d32caeb2cfc8231b1ada891d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Dec 14 12:31:25 2016 -0800
use display_custnum in reporting
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm
index 709e3f7..6cc04b9 100644
--- a/FS/FS/UI/Web.pm
+++ b/FS/FS/UI/Web.pm
@@ -300,7 +300,7 @@ sub cust_header {
my %header2method = (
'Customer' => 'name',
'Cust. Status' => 'cust_status_label',
- 'Cust#' => 'custnum',
+ 'Cust#' => 'display_custnum',
'Name' => 'contact',
'Company' => 'company',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/UI/Web.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list