projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36e0f8
)
use display_custnum in reporting
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 14 Dec 2016 20:31:25 +0000
(12:31 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 14 Dec 2016 20:31:25 +0000
(12:31 -0800)
FS/FS/UI/Web.pm
patch
|
blob
|
history
diff --git
a/FS/FS/UI/Web.pm
b/FS/FS/UI/Web.pm
index
709e3f7
..
6cc04b9
100644
(file)
--- 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',