[freeside-commits] branch FREESIDE_4_BRANCH updated. 63bef94c6f244d4569d969fd03e0a32e680d563e
Ivan
ivan at 420.am
Wed Dec 14 12:31:29 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 63bef94c6f244d4569d969fd03e0a32e680d563e (commit)
from c34ff874865b9fc745a95a23661a26b8a0f488dc (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 63bef94c6f244d4569d969fd03e0a32e680d563e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Dec 14 12:31:26 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